Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325679
b: refs/heads/master
c: e9490e9
h: refs/heads/master
i:
  325677: 4d1a90f
  325675: be6f216
  325671: 11b3968
  325663: 630ec70
v: v3
  • Loading branch information
Stanislav Kozina authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent d6a5792 commit 95bb92c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6683549e4ba050cddd8fa88c3f1e53b825fdcb6d
refs/heads/master: e9490e93c1978b6669f3e993caa3189be13ce459
3 changes: 2 additions & 1 deletion trunk/drivers/tty/n_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,8 @@ static ssize_t n_tty_read(struct tty_struct *tty, struct file *file,

do_it_again:

BUG_ON(!tty->read_buf);
if (WARN_ON(!tty->read_buf))
return -EAGAIN;

c = job_control(tty, file);
if (c < 0)
Expand Down

0 comments on commit 95bb92c

Please sign in to comment.