regulator: wm8350: Use regulator_map_voltage_linear for wm8350_dcdc_ops
authorAxel Lin <axel.lin@gmail.com>
Sun, 3 Jun 2012 15:12:16 +0000 (23:12 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 3 Jun 2012 19:08:54 +0000 (20:08 +0100)
wm8350_dcdc_ops uses simple linear voltage maps.
Thus use regulator_map_voltage_linear is more efficient than using the default
regulator_map_voltage_iterate.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found