thermal: fix off-by-1 error in trip point trigger condition
This patch fixes a regression caused by commit b1569e99 "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: NVladimir Zajac <eightgraph@gmail.com> Acked-by: NZhang Rui <rui.zhang@intel.com> Acked-by: NMatthew Garrett <mjg@redhat.com> Signed-off-by: NAndrew Morton <akpm@linux-foundation.org> Signed-off-by: NLen Brown <len.brown@intel.com>
Showing
想要评论请 注册 或 登录