Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248656
b: refs/heads/master
c: 0259894
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Apr 19, 2011
1 parent f19f3f5 commit ea14095
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: a9dccddb60913056bcadaeeacfe0395447fd2472
refs/heads/master: 0259894c732837c801565d038eaecdcf8fc5bbe7
1 change: 1 addition & 0 deletions trunk/drivers/tty/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,7 @@ static int tty_open(struct inode *inode, struct file *filp)
retval = tty_add_file(tty, filp);
if (retval) {
tty_unlock();
tty_release(inode, filp);
return retval;
}

Expand Down

0 comments on commit ea14095

Please sign in to comment.