summaryrefslogtreecommitdiff
path: root/src/superio
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio')
-rw-r--r--src/superio/winbond/w83667hg-a/ps2_controller.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83667hg-a/ps2_controller.asl b/src/superio/winbond/w83667hg-a/ps2_controller.asl
index b0a435e410..172a63c4c6 100644
--- a/src/superio/winbond/w83667hg-a/ps2_controller.asl
+++ b/src/superio/winbond/w83667hg-a/ps2_controller.asl
@@ -54,7 +54,7 @@
/* Restore default SuperIO access */
Store(0xAA, SIOI)
- if (LEqual(Local0, 0x0)) {
+ if (Local0 == 0) {
/* Mouse function selected */
Return (0xf)
}