From: Vladimir Zajac Date: Wed, 6 May 2009 17:34:21 +0000 (+0200) Subject: thermal: fix off-by-1 error in trip point trigger condition X-Git-Tag: v2.6.30-rc7~44^2^9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29321357ac6db54eeb8574da1f6c3e0ce8cfbb60;p=pandora-kernel.git thermal: fix off-by-1 error in trip point trigger condition This patch fixes a regression caused by commit b1569e99c795bf83b4ddf41c4f1c42761ab7f75e "ACPI: move thermal trip handling to generic thermal layer" which accidentally changed trip point trigger condition to temp > trip_temp This patch changes the trigger condition back to temp >= trip_temp Signed-off-by: Vladimir Zajac Acked-by: Zhang Rui Acked-by: Matthew Garrett Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed