diff options
| -rw-r--r-- | drivers/char/nozomi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/nozomi.c b/drivers/char/nozomi.c index 7d73cd430340..2ad7d37afbd0 100644 --- a/drivers/char/nozomi.c +++ b/drivers/char/nozomi.c | |||
| @@ -1651,10 +1651,10 @@ static void ntty_close(struct tty_struct *tty, struct file *file) | |||
| 1651 | 1651 | ||
| 1652 | dc->open_ttys--; | 1652 | dc->open_ttys--; |
| 1653 | port->count--; | 1653 | port->count--; |
| 1654 | tty_port_tty_set(port, NULL); | ||
| 1655 | 1654 | ||
| 1656 | if (port->count == 0) { | 1655 | if (port->count == 0) { |
| 1657 | DBG1("close: %d", nport->token_dl); | 1656 | DBG1("close: %d", nport->token_dl); |
| 1657 | tty_port_tty_set(port, NULL); | ||
| 1658 | spin_lock_irqsave(&dc->spin_mutex, flags); | 1658 | spin_lock_irqsave(&dc->spin_mutex, flags); |
| 1659 | dc->last_ier &= ~(nport->token_dl); | 1659 | dc->last_ier &= ~(nport->token_dl); |
| 1660 | writew(dc->last_ier, dc->reg_ier); | 1660 | writew(dc->last_ier, dc->reg_ier); |
