aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80/rtc
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-02-02 18:56:46 +0100
committerFelix Singer <felixsinger@posteo.net>2022-07-17 18:45:23 +0000
commit55be012ffdc79a259c6c180e58a6e24c744119f7 (patch)
tree94161b4e0a232b3d73f5c07340079d8ecdcda613 /src/drivers/pc80/rtc
parent8765c09a630e4df6d01ae460149921b03fe4f73b (diff)
drivers: Get rid of unnecessary blank lines {before,after} brace
Change-Id: Ic1b38e93d919c1286a8d130700a4a2bfd6b55258 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61557 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/drivers/pc80/rtc')
-rw-r--r--src/drivers/pc80/rtc/mc146818rtc.c1
1 files changed, 0 insertions, 1 deletions
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));