aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ec/quanta/ene_kb3940q/acpi/ec.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/quanta/ene_kb3940q/acpi/ec.asl b/src/ec/quanta/ene_kb3940q/acpi/ec.asl
index 1f1cf9729a..9294e1bbba 100644
--- a/src/ec/quanta/ene_kb3940q/acpi/ec.asl
+++ b/src/ec/quanta/ene_kb3940q/acpi/ec.asl
@@ -179,7 +179,7 @@ Device (EC0)
Store(\_SB.CP00._PPC, Local0)
Local1 = PPCM - 1
- If(LLess(Local0, Local1)) {
+ If(Local0 < Local1) {
Local0++
\PPCN ()
}