]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: core: return err value for regulator_get if there is no DT binding
authorNishanth Menon <nm@ti.com>
Tue, 16 Apr 2013 21:45:16 +0000 (16:45 -0500)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 17 Apr 2013 13:58:17 +0000 (14:58 +0100)
commit7048db13cf9c664b634ee52d022e76c6c3f92822
treeff314a75ecf106aef718f1160d2dd9064ca7ebb9
parent67581f214db000ffe45953d9fa7e4f30a32eac13
regulator: core: return err value for regulator_get if there is no DT binding

commit 0291b25f98ed6552fbadf2344c7468e2707eff66
(regulator: core: Don't defer probe if there's no DT binding for a supply)

Attempted to differentiate between regulator_get() with an actual
DT binding for the supply and when there is none to avoid unnecessary
deferal.
However, ret value supplied by regulator_dev_lookup() is being
ignored by regulator_get(). So, exit with the appropriate return value.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/core.c