commit | 1e178270dfcf2b576b0060b382836219dcda83b5 | [log] [tgz] |
---|---|---|
author | Shawn Lin <shawn.lin@rock-chips.com> | Tue Feb 27 09:26:34 2018 +0800 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Thu Mar 15 09:32:30 2018 +0100 |
tree | 319b1f555e42f39567428d72b7130633b94cb273 | |
parent | d6743a8a1ae38269a41094ad14d7ef86199f661d [diff] |
mmc: sdio: Check the return value of sdio_enable_4bit_bus Since we could move card->host->caps & MMC_CAP_4_BIT_DATA ahead of mmc_sdio_init_uhs_card, in mmc_host_uhs(). So there we could save this bit to check that. Also, if the process of sdio_enable_4bit_bus goes wrong, we should bails out early. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>