]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mmc: core: Only change mode if mmc_select_bus_width() is successful
authorPeter Griffin <peter.griffin@linaro.org>
Wed, 8 Jun 2016 10:27:52 +0000 (11:27 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:12 +0000 (10:34 +0200)
commit8b7be8f2e7fe6c037fc7c89029a4a568ad2c60b1
tree39ca75122f14d59213b43496d31cae19c0cd7807
parentc6d8fd61c096e9f84c0bd0bc38ccf5856b76c772
mmc: core: Only change mode if mmc_select_bus_width() is successful

mmc_select_bus_width() returns bus width (4 or 8) on success or
zero if unsupported. So only change mode if setting the bus width
is successful.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc.c