commit | fc811472c2167cc885b7af422b074cc9224f3a93 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Oct 08 16:14:21 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 16 13:08:16 2013 -0700 |
tree | 04ce583a007acf157a25c240625bf2a054575f41 | |
parent | b6951b8a63e8764558c066369a6317bfe15dca55 [diff] [blame] |
tty: Remove unnecessary semicolons These aren't necessary after switch and while blocks. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
diff --git a/drivers/tty/serial/sunsu.c b/drivers/tty/serial/sunsu.c index 699cc1b..db79b76 100644 --- a/drivers/tty/serial/sunsu.c +++ b/drivers/tty/serial/sunsu.c
@@ -522,7 +522,7 @@ serio_interrupt(&up->serio, ch, 0); #endif break; - }; + } } } while (serial_in(up, UART_LSR) & UART_LSR_DR); }