summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ec/lenovo/h8/acpi/thermal.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/lenovo/h8/acpi/thermal.asl b/src/ec/lenovo/h8/acpi/thermal.asl
index bdc06425b442..3d4b718a9641 100644
--- a/src/ec/lenovo/h8/acpi/thermal.asl
+++ b/src/ec/lenovo/h8/acpi/thermal.asl
@@ -13,7 +13,7 @@ Scope(\_TZ)
{
Local0 = Arg0 * 10
Local0 += 2732
- if (LLessEqual(Local0, 2732)) {
+ if (Local0 <= 2732) {
Return (3000)
}