regulator: core: Pull non-DT supply mapping into regulator_dev_lookup()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 30 Mar 2012 11:24:37 +0000 (12:24 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 3 Apr 2012 13:00:49 +0000 (14:00 +0100)
Ensure we always apply the supply mapping when doing a lookup rather than
only doing it in non-DT cases, ensuring that regulators with supplies
specified in the regulator_desc can find their supplies on non-DT systems
and generally making the code more obvious.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found