From 55be012ffdc79a259c6c180e58a6e24c744119f7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 2 Feb 2022 18:56:46 +0100 Subject: drivers: Get rid of unnecessary blank lines {before,after} brace Change-Id: Ic1b38e93d919c1286a8d130700a4a2bfd6b55258 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/61557 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/drivers/pc80/rtc/mc146818rtc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers/pc80/rtc') diff --git a/src/drivers/pc80/rtc/mc146818rtc.c b/src/drivers/pc80/rtc/mc146818rtc.c index fd659f113b..f45a3a0d21 100644 --- a/src/drivers/pc80/rtc/mc146818rtc.c +++ b/src/drivers/pc80/rtc/mc146818rtc.c @@ -267,7 +267,6 @@ void set_boot_successful(void) /* If we are in normal mode set the boot count to 0 */ if (byte & RTC_BOOT_NORMAL) byte &= 0x0f; - } outb(byte, RTC_PORT(1)); -- cgit v1.2.3