commit | ca1b10b8250247fb5f241d1cb894c102203378bb | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sun Dec 04 18:19:51 2016 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Dec 12 11:33:43 2016 -0800 |
tree | 0f6621899fc6c0fcadd0a5886e36a2cd9f7f34e1 | |
parent | 67b2003485ee48dcfcb5338171defa4093bba02e [diff] |
hwmon: (emc2103) Fix overflows seen when temperature limit attributes Writes into temperature limit attributes can overflow due to unbound values passed to DIV_ROUND_CLOSEST(). Cc: Steve Glendinning <steve.glendinning@shawell.net> Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>