]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commitdce7304f4b8ea9e12c1bd58747f16f579c4d7b2d
tree474c7a3fe80bc3f4efb5fc462df2087b959c4b94
parent85c5d86d0e87bd843d711dcb7427c6ba64f736d1
regulator: Use DIV_ROUND_CLOSEST in wm8350_isink_get_current

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>
drivers/regulator/wm8350-regulator.c