diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-03-23 15:15:28 +0100 |
---|---|---|
committer | Yu-Ping Wu <yupingso@google.com> | 2024-03-28 09:18:26 +0000 |
commit | 4b76273ac963d4c5e7a85b5e47577afe4860de6b (patch) | |
tree | 70ae16a9fc544cea8309978ddf67972da7b14aba /src/soc/mediatek/common/uart.c | |
parent | e6893677c1ca4d15342e2201b877d54d015a01b1 (diff) |
soc/mediatek: Remove blank lines before '}' and after '{'
Change-Id: I0ce2b61329efede1ba8a02446610e3eb635ceedc
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81462
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc/mediatek/common/uart.c')
-rw-r--r-- | src/soc/mediatek/common/uart.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |