regulator: core: Factor out enable and disable operations some more
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 27 Jun 2012 12:21:26 +0000 (13:21 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 3 Jul 2012 19:29:26 +0000 (20:29 +0100)
Create new _regulator_do_enable() and _regulator_do_disable() operations
which deal with the mechanics of performing the enable and disable, partly
to cut down on the levels of indentation and partly to support some future
work.

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

No differences found