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:
b28a960
)
hwmon: (ntc_thermistor) Avoid math overflow
author
Doug Anderson
<dianders@chromium.org>
Thu, 13 Feb 2014 22:39:34 +0000
(14:39 -0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Fri, 14 Feb 2014 03:43:52 +0000
(19:43 -0800)
The ntc thermistor code was doing math whose temporary result might
have overflowed 32-bits. We need some casts in there to make it safe.
In one example I found:
- pullup_uV: 1800000
- result of iio_read_channel_raw: 3226
- 1800000 * 3226 => 0x15a1cbc80
Signed-off-by: Doug Anderson <dianders@chromium.org>
Cc: stable@vger.kernel.org # 3.10+
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ntc_thermistor.c
patch
|
blob
|
history
diff --cc
drivers/hwmon/ntc_thermistor.c
Simple merge