commit | 02051485eeb6c5d7259a47a4922432e944107a95 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Aug 25 14:52:37 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Aug 28 12:39:49 2016 +0900 |
tree | ba93efedad74378e92a858085c9701065534e052 | |
parent | b29afb9ccb40c3874cbdfd7b91c00ff5e8d82de7 [diff] |
mmc: uniphier-sd: return error code if unsupported width is given With the CONFIG_DM_MMC_OPS migration, the .set_ios callback can return an integer now. Return an appropriate error value rather than sudden death by BUG(). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>