diff options
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/lenovo/h8/acpi/thermal.asl | 2 |
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 bdc06425b4..3d4b718a96 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) } |