Home
last modified time | relevance | path

Searched hist:"8 be12e28394efce2844e0a08e8c6e38e60f36d31" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Duniphier-sd.c8be12e28394efce2844e0a08e8c6e38e60f36d31 Thu Aug 25 05:52:37 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> 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>