HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/61473 )
Change subject: superio/smsc/lpc47n207/early_serial.c: Fix indent for 'if' statement ......................................................................
superio/smsc/lpc47n207/early_serial.c: Fix indent for 'if' statement
Change-Id: I0342e25747458239c1ad8c0f70f91f700ae8325d Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/superio/smsc/lpc47n207/early_serial.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/61473/1
diff --git a/src/superio/smsc/lpc47n207/early_serial.c b/src/superio/smsc/lpc47n207/early_serial.c index 36f3b36..41d7860 100644 --- a/src/superio/smsc/lpc47n207/early_serial.c +++ b/src/superio/smsc/lpc47n207/early_serial.c @@ -57,7 +57,7 @@ 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);