Skip to content
Commit 303dbedc authored by NeilBrown's avatar NeilBrown Committed by Ulf Hansson
Browse files

mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.



Every call to sdio_enable_4bit_bus is followed (on success) by a call
to mmc_set_bus_width().

To simplify the code, include those calls directly in
sdio_enable_4bit_bus().

Signed-off-by: default avatarNeilBrown <neil@brown.name>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent a1cb1d11
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment