From ebbb15f0845419a65fcfba4c716914bab54c0db9 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 23 Mar 2024 15:18:06 +0100 Subject: [PATCH] mb/emulation: Remove blank lines before '}' and after '{' Change-Id: I7071cbcc26e2080020e83b894cf4ac4ef46913c3 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81465 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/emulation/qemu-power8/mainboard.c | 1 - src/mainboard/emulation/qemu-power8/uart.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/mainboard/emulation/qemu-power8/mainboard.c b/src/mainboard/emulation/qemu-power8/mainboard.c index f1ce497df4..ed34a57c9c 100644 --- a/src/mainboard/emulation/qemu-power8/mainboard.c +++ b/src/mainboard/emulation/qemu-power8/mainboard.c @@ -5,7 +5,6 @@ static void mainboard_enable(struct device *dev) { - if (!dev) { die("No dev0; die\n"); } diff --git a/src/mainboard/emulation/qemu-power8/uart.c b/src/mainboard/emulation/qemu-power8/uart.c index c9113b4b54..39f93403ba 100644 --- a/src/mainboard/emulation/qemu-power8/uart.c +++ b/src/mainboard/emulation/qemu-power8/uart.c @@ -21,7 +21,6 @@ unsigned char uart_rx_byte(unsigned int idx) void uart_tx_byte(unsigned int idx, unsigned char data) { - } void uart_tx_flush(unsigned int idx)