Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75158
b: refs/heads/master
c: db99247
h: refs/heads/master
v: v3
  • Loading branch information
Cory T. Tusar authored and Linus Torvalds committed Dec 23, 2007
1 parent c79800f commit fc77b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 870e6f7e15980d1a33615de572078406737ac22e
refs/heads/master: db99247ac68fc352100090ad7704fb5efb9327b6
2 changes: 1 addition & 1 deletion trunk/drivers/char/tty_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void tty_wait_until_sent(struct tty_struct * tty, long timeout)
if (!timeout)
timeout = MAX_SCHEDULE_TIMEOUT;
if (wait_event_interruptible_timeout(tty->write_wait,
!tty->driver->chars_in_buffer(tty), timeout))
!tty->driver->chars_in_buffer(tty), timeout) < 0)
return;
if (tty->driver->wait_until_sent)
tty->driver->wait_until_sent(tty, timeout);
Expand Down

0 comments on commit fc77b2e

Please sign in to comment.