thermal fixup for broken BIOS which has invalid trip points.
authorZhang Rui <rui.zhang@intel.com>
Fri, 16 Jan 2009 17:53:42 +0000 (12:53 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 16 Jan 2009 19:13:12 +0000 (14:13 -0500)
ACPI thermal driver only re-evaluate VALID trip points.

For the broken BIOS show in
http://bugzilla.kernel.org/show_bug.cgi?id=8544
the active[0] is set to invalid at boot time
and it will not be re-evaluated again.
We can still get a single warning message at boot time.

http://marc.info/?l=linux-kernel&m=120496222629983&w=2

http://bugzilla.kernel.org/show_bug.cgi?id=12203

Signed-off-by: Zhang Rui<rui.zhang@intel.com>
Tested-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found