Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33242
b: refs/heads/master
c: 64e0cc3
h: refs/heads/master
v: v3
  • Loading branch information
Linas Vepstas authored and Linus Torvalds committed Aug 6, 2006
1 parent 4710631 commit 90a20b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 229395c90aadbadef76bacf52b9cb3326f509e93
refs/heads/master: 64e0cc38b69b8d43ab9793f50e4bb09cea0e6bb9
5 changes: 1 addition & 4 deletions trunk/drivers/char/hvsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -987,10 +987,7 @@ static void hvsi_write_worker(void *arg)
start_j = 0;
#endif /* DEBUG */
wake_up_all(&hp->emptyq);
if (test_bit(TTY_DO_WRITE_WAKEUP, &hp->tty->flags)
&& hp->tty->ldisc.write_wakeup)
hp->tty->ldisc.write_wakeup(hp->tty);
wake_up_interruptible(&hp->tty->write_wait);
tty_wakeup(hp->tty);
}

out:
Expand Down

0 comments on commit 90a20b5

Please sign in to comment.