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)
commit0e4240d94628530a912d216cad1e32d2e3827327
tree6c0e965923e5e761a5df7f981209292a808d4f0e
parentc59765042f53a79a7a65585042ff463b69cb248c
thermal fixup for broken BIOS which has invalid trip points.

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>
drivers/acpi/thermal.c