diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-02-09 00:43:03 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-02-09 00:43:03 +0300 |
commit | 7369a8b39ce4be117b0f12bda4e34a1d1789dfe3 (patch) | |
tree | 17d0e393d661debf587b83b10d04f5684764e2cd /drivers/serial/dz.c | |
parent | 76a55431cc7237f018c7c667860d60e2b6427bf1 (diff) | |
download | linux-7369a8b39ce4be117b0f12bda4e34a1d1789dfe3.tar.xz |
[SERIAL] ip22zilog: Whitespace cleanup.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/dz.c')
-rw-r--r-- | drivers/serial/dz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/dz.c b/drivers/serial/dz.c index 5ff1e834792c..ba5541de673b 100644 --- a/drivers/serial/dz.c +++ b/drivers/serial/dz.c @@ -262,6 +262,7 @@ static inline void dz_receive_chars(struct dz_port *dport) } tty_insert_flip_char(tty, ch, flag); ignore_char: + ; } while (status & DZ_DVAL); if (tty) |