git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0602934
)
hwmon: (emc6w201) Fix DIV_ROUND_CLOSEST problem with unsigned divisors
author
Guenter Roeck
<linux@roeck-us.net>
Wed, 19 Dec 2012 02:16:08 +0000
(18:16 -0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Sat, 22 Dec 2012 10:16:40 +0000
(
02:16
-0800)
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>
No differences found