Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/81465?usp=email )
Change subject: mb/emulation: Remove blank lines before '}' and after '{' ......................................................................
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 --- M src/mainboard/emulation/qemu-power8/mainboard.c M src/mainboard/emulation/qemu-power8/uart.c 2 files changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Eric Lai: Looks good to me, approved
diff --git a/src/mainboard/emulation/qemu-power8/mainboard.c b/src/mainboard/emulation/qemu-power8/mainboard.c index f1ce497..ed34a57 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 c9113b4..39f9340 100644 --- a/src/mainboard/emulation/qemu-power8/uart.c +++ b/src/mainboard/emulation/qemu-power8/uart.c @@ -21,7 +21,6 @@
void uart_tx_byte(unsigned int idx, unsigned char data) { - }
void uart_tx_flush(unsigned int idx)