aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/ktqm77/acpi/platform.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/kontron/ktqm77/acpi/platform.asl')
-rw-r--r--src/mainboard/kontron/ktqm77/acpi/platform.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/kontron/ktqm77/acpi/platform.asl b/src/mainboard/kontron/ktqm77/acpi/platform.asl
index cc45619df3..a0e255c7e8 100644
--- a/src/mainboard/kontron/ktqm77/acpi/platform.asl
+++ b/src/mainboard/kontron/ktqm77/acpi/platform.asl
@@ -7,7 +7,7 @@
Method(_PTS,1)
{
/* Let suspend LED flash slowly in S3 and S4 */
- If (LOr (LEqual (Arg0, 3), LEqual (Arg0, 4)))
+ If ((Arg0 == 3) || (Arg0 == 4))
{
\_SB.PCI0.LPCB.SIO0.SUSL (0x06)
}