regulator: Use DIV_ROUND_CLOSEST in wm8350_isink_get_current
authorAxel Lin <axel.lin@gmail.com>
Mon, 12 Mar 2012 02:17:56 +0000 (10:17 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 12 Mar 2012 10:48:18 +0000 (10:48 +0000)
DIV_ROUND_CLOSEST performs the computation (x + d/2)/d with better readability.

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

No differences found