summaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/acpi/thermal.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/lenovo/h8/acpi/thermal.asl')
-rw-r--r--src/ec/lenovo/h8/acpi/thermal.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/lenovo/h8/acpi/thermal.asl b/src/ec/lenovo/h8/acpi/thermal.asl
index 6115eb687b..4f3b76e4dd 100644
--- a/src/ec/lenovo/h8/acpi/thermal.asl
+++ b/src/ec/lenovo/h8/acpi/thermal.asl
@@ -118,8 +118,8 @@ External (\PPKG, MethodObj)
}
Method (_OFF) {
- \_SB.PCI0.LPCB.EC.FANE(Zero)
- \FLVL = Zero
+ \_SB.PCI0.LPCB.EC.FANE(0)
+ \FLVL = 0
Notify (\_TZ.THM0, NOTIFY_TZ_TRIPPTCHG)
}
}