summaryrefslogtreecommitdiff
path: root/src/mainboard/google/jecht/acpi/mainboard.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/jecht/acpi/mainboard.asl')
-rw-r--r--src/mainboard/google/jecht/acpi/mainboard.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/jecht/acpi/mainboard.asl b/src/mainboard/google/jecht/acpi/mainboard.asl
index da92d2c027..1b873e359e 100644
--- a/src/mainboard/google/jecht/acpi/mainboard.asl
+++ b/src/mainboard/google/jecht/acpi/mainboard.asl
@@ -16,7 +16,7 @@ Scope (\_SB.PCI0.RP01)
{
Store (JECHT_NIC_WAKE_GPIO, Local0)
- If (LEqual (Arg0, 1)) {
+ If (Arg0 == 1) {
// Enable GPIO as wake source
\_SB.PCI0.LPCB.GPIO.GWAK (Local0)
}
@@ -38,7 +38,7 @@ Scope (\_SB.PCI0.RP02)
{
Store (JECHT_WLAN_WAKE_GPIO, Local0)
- If (LEqual (Arg0, 1)) {
+ If (Arg0 == 1) {
// Enable GPIO as wake source
\_SB.PCI0.LPCB.GPIO.GWAK (Local0)
}