commit | 5c5659d0a22ec4f947ef4faa3055767572f15e74 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Jun 27 13:21:26 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Jul 03 20:29:26 2012 +0100 |
tree | b668c2062b6a8481871a47fcf928e430df548387 | |
parent | eefaa3c6280f3d523348e1d200e5a8215ed66fbc [diff] |
regulator: core: Factor out enable and disable operations some more 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>