diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-08-05 18:54:04 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-08-06 02:49:12 +0200 |
commit | 539a719f9b90f37b934b90ad52be646b9e74a9f6 (patch) | |
tree | b3dc5d7646eea41985183f9c10d57d12e6b5f12c /drivers/hv | |
parent | hwmon: (ads1015) Fix out-of-bounds array access (diff) | |
download | linux-539a719f9b90f37b934b90ad52be646b9e74a9f6.tar.xz linux-539a719f9b90f37b934b90ad52be646b9e74a9f6.zip |
hwmon: (emc6w201) Fix temperature limit range
Temperature limit range is [-127, 127], not [-127, 128].
The wrong range caused a bad limit to be written into the chip
if the limit was set to a value of 128 degrees C or above.
Also use DIV_ROUND_CLOSEST instead of a plain divide operation
to reduce the rounding error when writing temperature limits.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'drivers/hv')
0 files changed, 0 insertions, 0 deletions