summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/superio/smsc/lpc47n207/early_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/lpc47n207/early_serial.c b/src/superio/smsc/lpc47n207/early_serial.c
index 36f3b36cde..41d7860c1f 100644
--- a/src/superio/smsc/lpc47n207/early_serial.c
+++ b/src/superio/smsc/lpc47n207/early_serial.c
@@ -57,7 +57,7 @@ void try_enabling_LPC47N207_uart(void)
outb(0x12, lpc_port);
reg_value = inb(lpc_port + 1);
if (reg_value != (lpc_port & 0xff))
- break;
+ break;
outb(0x13, lpc_port);
reg_value = inb(lpc_port + 1);