Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167501
b: refs/heads/master
c: 97ad5a0
h: refs/heads/master
i:
  167499: 9134d53
v: v3
  • Loading branch information
Linus Torvalds committed Oct 14, 2009
1 parent d83d15d commit dc6a449
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: 8c53e46314562fe814b0afef6cfcbd2f562b017c
refs/heads/master: 97ad5a034dcc164269d0b8a5cb3e827b33455c11
2 changes: 1 addition & 1 deletion trunk/drivers/char/tty_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ static void flush_to_ldisc(struct work_struct *work)
*/
void tty_flush_to_ldisc(struct tty_struct *tty)
{
flush_to_ldisc(&tty->buf.work.work);
flush_delayed_work(&tty->buf.work);
}

/**
Expand Down

0 comments on commit dc6a449

Please sign in to comment.