commit | c024044d4da2c9c3b32933b4235df1e409293b84 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Thu Jul 03 22:45:45 2014 +0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Thu Jul 03 09:45:26 2014 -0700 |
tree | 121335f42be1ca694bc95f444e2f73debd6e936a | |
parent | 1035a9e3e9c76b64a860a774f5b867d28d34acc2 [diff] |
hwmon: (adm1021) Fix cache problem when writing temperature limits 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>