]> git.sur5r.net Git - groeck-it87/commitdiff
Fix up temp offset register addresses
authorGuenter Roeck <linux@roeck-us.net>
Wed, 12 Apr 2017 13:32:49 +0000 (06:32 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 12 Apr 2017 13:32:49 +0000 (06:32 -0700)
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
it87.c

diff --git a/it87.c b/it87.c
index 31c8ca959e3040d8c477d224fca48fd05514d1c7..c0c0726f580e4044dda40ba6def1a1c51e085b65 100644 (file)
--- a/it87.c
+++ b/it87.c
@@ -297,9 +297,9 @@ static const u8 IT87_REG_FANX_8665[] =      { 0x18, 0x19, 0x1a, 0x81, 0x83, 0x94 };
 static const u8 IT87_REG_FANX_MIN_8665[] =
                                        { 0x1b, 0x1c, 0x1d, 0x85, 0x87, 0xb3 };
 
 static const u8 IT87_REG_FANX_MIN_8665[] =
                                        { 0x1b, 0x1c, 0x1d, 0x85, 0x87, 0xb3 };
 
-static const u8 IT87_REG_TEMP_OFFSET[] = { 0x56, 0x57, 0x59, 0x5a, 0x91, 0x90 };
+static const u8 IT87_REG_TEMP_OFFSET[] = { 0x56, 0x57, 0x59, 0x5a, 0x90, 0x91 };
 
 
-static const u8 IT87_REG_TEMP_OFFSET_8686[] = { 0x56, 0x57, 0x59, 0x92, 0x91, 0x90 };
+static const u8 IT87_REG_TEMP_OFFSET_8686[] = { 0x56, 0x57, 0x59, 0x90, 0x91, 0x92 };
 
 #define IT87_REG_FAN_MAIN_CTRL 0x13
 #define IT87_REG_FAN_CTL       0x14
 
 #define IT87_REG_FAN_MAIN_CTRL 0x13
 #define IT87_REG_FAN_CTL       0x14