commit | b94793b4da1011f24321e2ecc5e173a7198358a5 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Dec 03 11:09:55 2016 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Fri Dec 09 21:54:31 2016 -0800 |
tree | 366f8acd3e355bb0d782038768ab98b6ed5d77a7 | |
parent | f1b9baa99bd98f83e8601e5cfd3bd28027a6f5a8 [diff] |
hwmon: (adt7462) Fix overflows seen when writing into limit attributes Fix overflows seen when writing large values into temperature limit, voltage limit, and pwm hysteresis attributes. The input parameter to DIV_ROUND_CLOSEST() needs to be clamped to avoid such overflows. Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>