diff --git a/CHANGES b/CHANGES index 50ab8af9..b4a083df 100644 --- a/CHANGES +++ b/CHANGES @@ -33,6 +33,7 @@ ask CVS about it: Module i2c-i801: Chip detection cleanup Module lm78: Recognize chipid=0x20 Module lm87: Fix in0, in1 (2.5V and Vccp1) calculations + Module mtp008: Fix temp2 max initialization Module sensors: Disabled, moved to i2c package as i2c-proc.c Module via686a: Allow force=9191,address (for A7V/K7V boards) Program mkpatch.pl: Fix adm9240 typos, add more chips to Configure.help diff --git a/kernel/chips/mtp008.c b/kernel/chips/mtp008.c index d6f6696d..899a9d66 100644 --- a/kernel/chips/mtp008.c +++ b/kernel/chips/mtp008.c @@ -241,7 +241,7 @@ extern inline u8 FAN_TO_REG(long rpm, int div) #define MTP008_INIT_TEMP_OVER 700 /* 70 Celsius */ #define MTP008_INIT_TEMP_HYST 50 /* 5 Celsius */ -#define MTP008_INIT_TEMP2_OVER 70 /* 70 Celsius */ +#define MTP008_INIT_TEMP2_OVER 700 /* 70 Celsius */ #define MTP008_INIT_TEMP2_HYST 50 /* 5 Celsius */ #ifdef MODULE