Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156642
b: refs/heads/master
c: 85dfd81
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Aug 10, 2009
1 parent 2106a6d commit 4bc4f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d00aa6695b67a31be2ce5f7464da32c20cb50699
refs/heads/master: 85dfd81dc57e8183a277ddd7a56aa65c96f3f487
2 changes: 2 additions & 0 deletions trunk/drivers/char/pty.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ static int pty_write(struct tty_struct *tty, const unsigned char *buf,

static int pty_write_room(struct tty_struct *tty)
{
if (tty->stopped)
return 0;
return pty_space(tty->link);
}

Expand Down

0 comments on commit 4bc4f1b

Please sign in to comment.