commit | 86266ca0e23b2b8e7e38edda1675cd085a9abc14 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Tue Dec 18 18:16:08 2012 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Sat Dec 22 02:16:40 2012 -0800 |
tree | 409090b0c801c517f9a936a9b15376a82a9de696 | |
parent | 0602934f302e016e2ea5dc6951681bfac77455ef [diff] |
hwmon: (emc6w201) Fix DIV_ROUND_CLOSEST problem with unsigned divisors Result of DIV_ROUND_CLOSEST is undefined for negative dividends if the divisor variable type is unsigned. Fix by declaring divisor as signed variable. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jean Delvare <khali@linux-fr.org>