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.asl20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/ec/lenovo/h8/acpi/thermal.asl b/src/ec/lenovo/h8/acpi/thermal.asl
index 3a3487d257..2e95b691c5 100644
--- a/src/ec/lenovo/h8/acpi/thermal.asl
+++ b/src/ec/lenovo/h8/acpi/thermal.asl
@@ -23,11 +23,11 @@ Scope(\_TZ)
Multiply(Arg0, 10, Local0)
Add (Local0, 2732, Local0)
if (LLessEqual(Local0, 2732)) {
- Return (3000)
+ Return (3000)
}
if (LGreater(Local0, 4012)) {
- Return (3000)
+ Return (3000)
}
Return (Local0)
}
@@ -39,10 +39,10 @@ Scope(\_TZ)
}
Method(_TMP) {
#if defined (EC_LENOVO_H8_ME_WORKAROUND)
- /* Avoid tripping alarm if ME isn't booted at all yet */
- If (LAnd (LNot (MEB1), LEqual (\_SB.PCI0.LPCB.EC.TMP0, 128))) {
- Return (C2K(40))
- }
+ /* Avoid tripping alarm if ME isn't booted at all yet */
+ If (LAnd (LNot (MEB1), LEqual (\_SB.PCI0.LPCB.EC.TMP0, 128))) {
+ Return (C2K(40))
+ }
Store (1, MEB1)
#endif
Return (C2K(\_SB.PCI0.LPCB.EC.TMP0))
@@ -61,10 +61,10 @@ Scope(\_TZ)
Method(_TMP) {
#if defined (EC_LENOVO_H8_ME_WORKAROUND)
- /* Avoid tripping alarm if ME isn't booted at all yet */
- If (LAnd (LNot (MEB2), LEqual (\_SB.PCI0.LPCB.EC.TMP1, 128))) {
- Return (C2K(40))
- }
+ /* Avoid tripping alarm if ME isn't booted at all yet */
+ If (LAnd (LNot (MEB2), LEqual (\_SB.PCI0.LPCB.EC.TMP1, 128))) {
+ Return (C2K(40))
+ }
Store (1, MEB2)
#endif
Return (C2K(\_SB.PCI0.LPCB.EC.TMP1))