hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errors
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 12 Jan 2015 13:47:22 +0000 (14:47 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 26 Jan 2015 05:23:59 +0000 (21:23 -0800)
commitb721fe2a3a92b896ba1b41e338471dfef672052a
treed982f8763a82b764cbe2d62308f7a6a11e4c73f3
parent71eb7c4c7e6219a484c5185919962a99fb0ddabb
hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errors

Use DIV_ROUND_CLOSEST() when dealing with the calibration values to make the
calculations less error prone.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ina2xx.c