summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sunxi-mmc.c
diff options
context:
space:
mode:
authorUlf Hansson2015-09-14 12:18:55 +0200
committerUlf Hansson2015-09-29 12:17:03 +0200
commit43934ece2ea72c1dd279c0b0478c1a036d5d77ee (patch)
tree7806d6f79352391d8eab40eba3c1f918825a2d2a /drivers/mmc/host/sunxi-mmc.c
parentLinux 4.3-rc3 (diff)
downloadkernel-qcow2-linux-43934ece2ea72c1dd279c0b0478c1a036d5d77ee.tar.gz
kernel-qcow2-linux-43934ece2ea72c1dd279c0b0478c1a036d5d77ee.tar.xz
kernel-qcow2-linux-43934ece2ea72c1dd279c0b0478c1a036d5d77ee.zip
mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unset
When CONFIG_GPIOLIB is unset, its stubs will return -ENOSYS. That means when the mmc core parses DT for CD/WP GPIOs via mmc_of_parse(), -ENOSYS becomes propagated to the caller. Typically this means that the mmc host driver fails to probe. As the CD/WP GPIOs are already treated as optional, let's extend that to cover the case when CONFIG_GPIOLIB is unset. Reported-by: Michal Simek <michal.simek@xilinx.com> Fixes: 16b23787fc70 ("mmc: sdhci-of-arasan: Call OF parsing for MMC") Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Diffstat (limited to 'drivers/mmc/host/sunxi-mmc.c')
0 files changed, 0 insertions, 0 deletions