mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 27 Aug 2015 09:13:54 +0000 (14:43 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 27 Aug 2015 12:54:06 +0000 (14:54 +0200)
commit6a9b2ff07d0415ad19fb07b9a141863fb86c3497
tree06254eb6f953c99345e2b4a14417908c3bc222c4
parent7d607f917008218564ae44ca3ef47076a9b36e8f
mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get

Now return error only if the return value of
devm_regulator_get_optional() is not the same as -ENODEV, since with
-EPROBE_DEFER, the regulator can be obtained later and all other
errors are fatal.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/omap_hsmmc.c
This page took 0.024896 seconds and 5 git commands to generate.