From 4b76273ac963d4c5e7a85b5e47577afe4860de6b Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 23 Mar 2024 15:15:28 +0100 Subject: soc/mediatek: Remove blank lines before '}' and after '{' Change-Id: I0ce2b61329efede1ba8a02446610e3eb635ceedc Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81462 Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) Reviewed-by: Yidi Lin Reviewed-by: Eric Lai --- src/soc/mediatek/common/uart.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/mediatek/common/uart.c') diff --git a/src/soc/mediatek/common/uart.c b/src/soc/mediatek/common/uart.c index 79ca07230f..4585fc07cb 100644 --- a/src/soc/mediatek/common/uart.c +++ b/src/soc/mediatek/common/uart.c @@ -111,7 +111,6 @@ static void mtk_uart_init(void) write8(&uart_ptr->fcr, UART8250_FCR_FIFO_EN | UART8250_FCR_CLEAR_RCVR | UART8250_FCR_CLEAR_XMIT); - } static void mtk_uart_tx_byte(unsigned char data) -- cgit v1.2.3