hwmon: (adm1021) Fix cache problem when writing temperature limits
authorAxel Lin <axel.lin@ingics.com>
Thu, 3 Jul 2014 14:45:45 +0000 (22:45 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 3 Jul 2014 16:45:26 +0000 (09:45 -0700)
The module test script for the adm1021 driver exposes a cache problem
when writing temperature limits. temp_min and temp_max are expected
to be stored in milli-degrees C but are stored in degrees C.

Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: stable@vger.kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

No differences found