]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmc
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 27 Aug 2015 09:13:53 +0000 (14:43 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 27 Aug 2015 12:54:05 +0000 (14:54 +0200)
commit7968b831b031ce585b7103619341eb8a8585f421
tree1e9e9f8aacf239e6b9b659adb4b529427f4c8488
parent6d67bf2fde73682b609fd393cd8cae9a5768f660
mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmc

Since vmmc can be optional for some platforms, use
devm_regulator_get_optional() for vmmc. 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