summaryrefslogtreecommitdiffstats
path: root/src/ec/quanta/ene_kb3940q/acpi/ec.asl
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-12-26 09:38:45 +0100
committerFelix Singer <felixsinger@posteo.net>2022-12-27 09:06:29 +0000
commit42efd7f593c9d270ff330d1282d9c569d1ec709a (patch)
treebccc1e9c9bb2f9aec6c76c55611f0aafdb4f6e9b /src/ec/quanta/ene_kb3940q/acpi/ec.asl
parentfa06bcba06c5842faae797629e9f72ec28d511c0 (diff)
downloadcoreboot-42efd7f593c9d270ff330d1282d9c569d1ec709a.tar.gz
coreboot-42efd7f593c9d270ff330d1282d9c569d1ec709a.tar.bz2
coreboot-42efd7f593c9d270ff330d1282d9c569d1ec709a.zip
{superio,ec}/acpi: Replace constant "Zero" with actual number
Change-Id: I449ec5b0bbf3f24d51688efef151d3018d2848b2 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71524 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/quanta/ene_kb3940q/acpi/ec.asl')
-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 cc12a2a295f6..0a827b2127ba 100644
--- a/src/ec/quanta/ene_kb3940q/acpi/ec.asl
+++ b/src/ec/quanta/ene_kb3940q/acpi/ec.asl
@@ -215,7 +215,7 @@ Device (EC0)
Method (_Q11, 0, NotSerialized)
{
Printf ("AC Detach Event 0x11")
- \PWRS = Zero
+ \PWRS = 0
Notify (AC, 0x80)
Notify (BATX, 0x80)
\PNOT ()