Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179718
b: refs/heads/master
c: eeec32a
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Jan 20, 2010
1 parent c97c222 commit a1471ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f00171125384b46e5088b7d7a5d0b3e6972f1ee
refs/heads/master: eeec32a731631a9bad9abb21c626b9f2840bee0d
2 changes: 1 addition & 1 deletion trunk/drivers/char/nozomi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1651,10 +1651,10 @@ static void ntty_close(struct tty_struct *tty, struct file *file)

dc->open_ttys--;
port->count--;
tty_port_tty_set(port, NULL);

if (port->count == 0) {
DBG1("close: %d", nport->token_dl);
tty_port_tty_set(port, NULL);
spin_lock_irqsave(&dc->spin_mutex, flags);
dc->last_ier &= ~(nport->token_dl);
writew(dc->last_ier, dc->reg_ier);
Expand Down

0 comments on commit a1471ad

Please sign in to comment.