kernel/acpi_thermal: If the _TMP can't be evaluated, increase the interval.
authorSascha Wildner <saw@online.de>
Mon, 16 Mar 2015 23:09:45 +0000 (00:09 +0100)
committerSascha Wildner <saw@online.de>
Mon, 16 Mar 2015 23:09:45 +0000 (00:09 +0100)
commit905ed3cf30ebe48942af553c7459b5e4d88688ba
tree92b8a21099b5b319b7852e61245b13abe8fbe40a
parent0d2441729275ede7d51401efb23290c089cb9794
kernel/acpi_thermal: If the _TMP can't be evaluated, increase the interval.

If _TMP evaluation fails two times, switch to trying every two hours.
I think eventually we should move to stop reading the sensor at all
(it is usually a bug in the AML and won't spring to life again all
of a sudden), but for now, this lowers the burden on log files.

Submitted-by: dillon
sys/dev/acpica/acpi_thermal.c