diff options
author | Vladimir Zajac <[email protected]> | 2009-05-06 19:34:21 +0200 |
---|---|---|
committer | Len Brown <[email protected]> | 2009-05-14 13:40:53 -0400 |
commit | 29321357ac6db54eeb8574da1f6c3e0ce8cfbb60 (patch) | |
tree | 8ba7f57293a72a48fc4dfae69356961a3d9b6571 /net/unix/af_unix.c | |
parent | 091bf7624d1c90cec9e578a18529f615213ff847 (diff) |
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 <[email protected]>
Acked-by: Zhang Rui <[email protected]>
Acked-by: Matthew Garrett <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Len Brown <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions