diff options
-rw-r--r-- | src/superio/acpi/pnp_config.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/acpi/pnp_config.asl b/src/superio/acpi/pnp_config.asl index 7ce8fd5fc4..483bb82e11 100644 --- a/src/superio/acpi/pnp_config.asl +++ b/src/superio/acpi/pnp_config.asl @@ -46,7 +46,7 @@ Method (ENTER_CONFIG_MODE, 1) #endif #endif #endif - If (LLess(Arg0, PNP_NO_LDN_CHANGE)) { + If (Arg0 < PNP_NO_LDN_CHANGE) { Store(Arg0, PNP_LOGICAL_DEVICE) } } |