regulator: da9052: Ensure the selected voltage falls within the specified range
authorAxel Lin <axel.lin@gmail.com>
Mon, 5 Mar 2012 12:27:56 +0000 (20:27 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 11 Mar 2012 20:39:10 +0000 (20:39 +0000)
Integer division may truncate the result, use DIV_ROUND_UP to ensure the
selected voltage falls within the specified range.

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

No differences found