hwmon: (coretemp) Relax target temperature range check
authorJean Delvare <khali@linux-fr.org>
Tue, 31 May 2011 19:50:51 +0000 (15:50 -0400)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Wed, 1 Jun 2011 18:11:28 +0000 (11:11 -0700)
commit4c6e0f8101e62d8b2d01dc94b835a98b191a1454
tree99631d4139ad63d6eb326754e70e99321463c3ca
parent614198bbf8d74617381aea82521b261c7f9baaf6
hwmon: (coretemp) Relax target temperature range check

The current temperature range check of MSR_IA32_TEMPERATURE_TARGET
seems too strict to me, some TjMax values documented in
Documentation/hwmon/coretemp wouldn't pass. Relax the check so that
all the documented values pass.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Carsten Emde <C.Emde@osadl.org>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/coretemp.c