diff options
Diffstat (limited to 'drivers/tty/serial/ucc_uart.c')
-rw-r--r-- | drivers/tty/serial/ucc_uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c index 88317482b81f..2fd1e1789811 100644 --- a/drivers/tty/serial/ucc_uart.c +++ b/drivers/tty/serial/ucc_uart.c | |||
@@ -269,7 +269,7 @@ static unsigned int qe_uart_tx_empty(struct uart_port *port) | |||
269 | return 1; | 269 | return 1; |
270 | 270 | ||
271 | bdp++; | 271 | bdp++; |
272 | }; | 272 | } |
273 | } | 273 | } |
274 | 274 | ||
275 | /* | 275 | /* |