diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-03-23 15:18:06 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-03-30 07:45:04 +0000 |
commit | ebbb15f0845419a65fcfba4c716914bab54c0db9 (patch) | |
tree | 62f6fc626a605c8ebacbe3412cdf914e966a37a4 /src/mainboard/emulation | |
parent | 45ff2decaef4f2be552f07eaf26e4efffe598c89 (diff) |
mb/emulation: Remove blank lines before '}' and after '{'
Change-Id: I7071cbcc26e2080020e83b894cf4ac4ef46913c3
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81465
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r-- | src/mainboard/emulation/qemu-power8/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/emulation/qemu-power8/uart.c | 1 |
2 files changed, 0 insertions, 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) |