Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60584 )
Change subject: ec/quanta/ene_kb3940q/acpi: Replace Increment() with ASL 2.0 syntax ......................................................................
ec/quanta/ene_kb3940q/acpi: Replace Increment() with ASL 2.0 syntax
Replace `Increment(a)` with `a++`.
Change-Id: Ic009a868e98cc23dff16154244d65080c1edfa22 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/ec/quanta/ene_kb3940q/acpi/ec.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/60584/1
diff --git a/src/ec/quanta/ene_kb3940q/acpi/ec.asl b/src/ec/quanta/ene_kb3940q/acpi/ec.asl index 6d22f9a..12f0809 100644 --- a/src/ec/quanta/ene_kb3940q/acpi/ec.asl +++ b/src/ec/quanta/ene_kb3940q/acpi/ec.asl @@ -180,7 +180,7 @@ Local1 = PPCM - 1
If(LLess(Local0, Local1)) { - Increment(Local0) + Local0++ \PPCN () }