commit | 8cce3ecc535daf91c6f5c895684195932a949be1 | [log] [tgz] |
---|---|---|
author | Shawn Lin <shawn.lin@rock-chips.com> | Wed Nov 02 15:25:33 2016 +0800 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Dec 05 10:31:09 2016 +0100 |
tree | ce0afba62090f8101b9204ff9fae94c6cd9b8a10 | |
parent | a48ee3e65a9e7395e8bab86728fcdc81c30a89ca [diff] |
mmc: core: remove BUG_ONs from mmc BUG_ONs doesn't help anything except for stop the system from running. If it occurs, it implies we should deploy proper error handling for that. So this patch is gonna discard these meaningless BUG_ONs and deploy error handling if needed. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>