hwmon: (w83627ehf) Better fix for negative temperature values
authorJean Delvare <khali@linux-fr.org>
Thu, 20 Oct 2011 07:13:31 +0000 (03:13 -0400)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 24 Oct 2011 18:09:48 +0000 (11:09 -0700)
commitc5794cfac09a585945e1632451900594db19393b
tree64a01f41edbcbbcbb8c22f271c02a57c538fbf04
parent17296feb3c666d0fee3e659e9b5d668ff7a02549
hwmon: (w83627ehf) Better fix for negative temperature values

It is more efficient to left-align 8-bit temperature values, so that
8-bit and 9-bit temperature values can be handled exactly the same way
in the rest of the code.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/w83627ehf.c