diff options
| author | Marek Vasut <[email protected]> | 2024-07-20 14:40:55 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-22 10:53:06 -0600 |
| commit | 027fb6f0cb14ddce978dba8b63b005e630473d64 (patch) | |
| tree | 6f8e3680344ac438aa838f3788463064d8e823fe /drivers/serial/serial_linflexuart.c | |
| parent | 76429988da790e77c38024722aa852a173a50789 (diff) | |
drivers: serial: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers/serial/serial_linflexuart.c')
| -rw-r--r-- | drivers/serial/serial_linflexuart.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/serial/serial_linflexuart.c b/drivers/serial/serial_linflexuart.c index ff66e69b9d7..24ecb236d51 100644 --- a/drivers/serial/serial_linflexuart.c +++ b/drivers/serial/serial_linflexuart.c @@ -69,7 +69,6 @@ static int _linflex_serial_putc(struct linflex_fsl *base, const char c) { __raw_writeb(c, &base->bdrl); - if (!(__raw_readb(&base->uartsr) & UARTSR_DTF)) return -EAGAIN; @@ -197,7 +196,6 @@ U_BOOT_DRIVER(serial_linflex) = { #include <debug_uart.h> - static inline void _debug_uart_init(void) { struct linflex_fsl *base = (struct linflex_fsl *)CONFIG_VAL(DEBUG_UART_BASE); |
