diff options
Diffstat (limited to 'drivers/char/serial167.c')
| -rw-r--r-- | drivers/char/serial167.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/serial167.c b/drivers/char/serial167.c index 3b23270eaa6..a8f15e6be59 100644 --- a/drivers/char/serial167.c +++ b/drivers/char/serial167.c @@ -418,7 +418,7 @@ static irqreturn_t cd2401_rxerr_interrupt(int irq, void *dev_id)  							     TTY_OVERRUN);  					/*  					   If the flip buffer itself is -					   overflowing, we still loose +					   overflowing, we still lose  					   the next incoming character.  					 */  					if (tty_buffer_request_room(tty, 1) !=  |