diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2015-08-27 11:13:53 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-08-27 14:54:05 +0200 |
commit | 7d607f917008218564ae44ca3ef47076a9b36e8f (patch) | |
tree | 1e9e9f8aacf239e6b9b659adb4b529427f4c8488 /drivers/devfreq | |
parent | mmc: sdhci-of-at91: fix platform_no_drv_owner.cocci warnings (diff) | |
download | linux-7d607f917008218564ae44ca3ef47076a9b36e8f.tar.xz linux-7d607f917008218564ae44ca3ef47076a9b36e8f.zip |
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>
Diffstat (limited to 'drivers/devfreq')
0 files changed, 0 insertions, 0 deletions