Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267353
b: refs/heads/master
c: c290f83
h: refs/heads/master
i:
  267351: 4092c01
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Oct 18, 2011
1 parent 3dac3bd commit 25de575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 64d91cfaade2155ad048fe3b65238a052e29dde4
refs/heads/master: c290f8358acaeffd8e0c551ddcc24d1206143376
1 change: 1 addition & 0 deletions trunk/drivers/tty/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,7 @@ static int tty_open(struct inode *inode, struct file *filp)
if (IS_ERR(tty)) {
tty_unlock();
mutex_unlock(&tty_mutex);
tty_driver_kref_put(driver);
return PTR_ERR(tty);
}
}
Expand Down

0 comments on commit 25de575

Please sign in to comment.