summaryrefslogtreecommitdiff
path: root/src/superio/acpi/pnp_uart.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/acpi/pnp_uart.asl')
-rw-r--r--src/superio/acpi/pnp_uart.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/acpi/pnp_uart.asl b/src/superio/acpi/pnp_uart.asl
index f780063be4..0b0acc72f0 100644
--- a/src/superio/acpi/pnp_uart.asl
+++ b/src/superio/acpi/pnp_uart.asl
@@ -112,7 +112,7 @@ Device (SUPERIO_ID(SER, SUPERIO_UART_LDN)) {
ENTER_CONFIG_MODE (SUPERIO_UART_LDN)
PNP_WRITE_IO(PNP_IO0, Arg0, IO0)
PNP_WRITE_IRQ(PNP_IRQ0, Arg0, IR0)
- Store (One, PNP_DEVICE_ACTIVE)
+ PNP_DEVICE_ACTIVE = One
EXIT_CONFIG_MODE ()
}
}