Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95244
b: refs/heads/master
c: 4f8f9d6
h: refs/heads/master
v: v3
  • Loading branch information
Sukadev Bhattiprolu authored and Linus Torvalds committed Apr 30, 2008
1 parent 1d57772 commit 28d0819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 86a96538178f923aa1aa43c1e7cfec5951df7f8a
refs/heads/master: 4f8f9d66cdac4845409f7520e4f287a1907a6bf9
4 changes: 2 additions & 2 deletions trunk/drivers/char/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -2838,8 +2838,8 @@ static int ptmx_open(struct inode *inode, struct file *filp)
filp->private_data = tty;
file_move(filp, &tty->tty_files);

retval = -ENOMEM;
if (devpts_pty_new(tty->link))
retval = devpts_pty_new(tty->link);
if (retval)
goto out1;

check_tty_count(tty, "ptmx_open");
Expand Down

0 comments on commit 28d0819

Please sign in to comment.