Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmc: core: stop trying to switch width when only one bit is supported
mmc_select_bus_width() will try to switch to MMC_BUS_WIDTH_4 even if MMC_CAP_4_BIT_DATA and MMC_CAP_8_BIT_DATA are not set in host->caps. Return as soon as possible when those flags are not set Fixes: 577fb13 (mmc: rework selection of bus speed mode) Signed-off-by: Alexandre Belloni <[email protected]> Cc: <[email protected]> # 3.17 Signed-off-by: Ulf Hansson <[email protected]>
- Loading branch information