aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorAxel Lin <[email protected]>2012-11-24 00:53:22 +0800
committerMark Brown <[email protected]>2012-11-27 20:25:18 +0000
commit7a4beda0c6a87af26b7e2144842a0205fa9fd674 (patch)
tree2e237837116ca706e6ef114379c8cb483986e34a /net/lapb/lapb_timer.c
parent16ed9f0701d2bb06d96754ba1d3edbf9aa5faeef (diff)
regulator: as3711: Fix the logic in as3711_sel_check
Below equation means the "voltage" is the "smallest" voltage within specific range. ret = DIV_ROUND_UP(min - bottom) / step; voltage = ret * step + bottom; If we do try 1 down when (voltage > max), new voltage is then less than min voltage. Which means the new voltage is not in the requested voltage range. This patch also includes below cleanups: - Use DIV_ROUND_UP - rename variable 'ret' to 'sel' for better readability because as3711_sel_check returns the selector. Signed-off-by: Axel Lin <[email protected]> Acked-by: Guennadi Liakhovetski <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions