From: Guenter Roeck Date: Wed, 12 Apr 2017 13:32:49 +0000 (-0700) Subject: Fix up temp offset register addresses X-Git-Tag: v1.0~35 X-Git-Url: https://git.sur5r.net/?p=groeck-it87;a=commitdiff_plain;h=3ceb87c4263e011e0e32f5faaac7b6a414786e6e Fix up temp offset register addresses Signed-off-by: Guenter Roeck --- diff --git a/it87.c b/it87.c index 31c8ca9..c0c0726 100644 --- 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_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