superio/smsc/lpc47n207/early_serial.c: Fix indent for 'if' statement

Change-Id: I0342e25747458239c1ad8c0f70f91f700ae8325d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61473
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes HAOUAS 2022-01-29 09:29:20 +01:00 committed by Felix Held
parent b196834b62
commit a04666110a
1 changed files with 1 additions and 1 deletions

View File

@ -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);