commit | 6a9b2ff07d0415ad19fb07b9a141863fb86c3497 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Thu Aug 27 14:43:54 2015 +0530 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Thu Aug 27 14:54:06 2015 +0200 |
tree | 06254eb6f953c99345e2b4a14417908c3bc222c4 | |
parent | 7d607f917008218564ae44ca3ef47076a9b36e8f [diff] |
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>