commit | 64bd708ae0edced5eee764c2321b280bc1e16550 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sat Dec 03 11:10:34 2016 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Fri Dec 09 21:54:32 2016 -0800 |
tree | 4b07a781cd168dd86fa3e5905ed5a605e2262c5c | |
parent | b94793b4da1011f24321e2ecc5e173a7198358a5 [diff] |
hwmon: (adt7470) Fix overflows seen when writing into limit attributes Fix overflows seen when writing large values into various temperature limit attributes. The input value passed 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>