diff options
| -rw-r--r-- | drivers/char/mxser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/mxser.c b/drivers/char/mxser.c index d2692d443f7b..3fc89da856ae 100644 --- a/drivers/char/mxser.c +++ b/drivers/char/mxser.c | |||
| @@ -2193,7 +2193,7 @@ static void mxser_transmit_chars(struct tty_struct *tty, struct mxser_port *port | |||
| 2193 | port->mon_data.up_txcnt += (cnt - port->xmit_cnt); | 2193 | port->mon_data.up_txcnt += (cnt - port->xmit_cnt); |
| 2194 | port->icount.tx += (cnt - port->xmit_cnt); | 2194 | port->icount.tx += (cnt - port->xmit_cnt); |
| 2195 | 2195 | ||
| 2196 | if (port->xmit_cnt < WAKEUP_CHARS && tty) | 2196 | if (port->xmit_cnt < WAKEUP_CHARS) |
| 2197 | tty_wakeup(tty); | 2197 | tty_wakeup(tty); |
| 2198 | 2198 | ||
| 2199 | if (port->xmit_cnt <= 0) { | 2199 | if (port->xmit_cnt <= 0) { |
