Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20000
b: refs/heads/master
c: e394856
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 8, 2006
1 parent b3bcbb8 commit ffeb55b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 230afb065bfe05887dd83a0fbb149dc2bff7d63e
refs/heads/master: e39485636b6db2def114f38104fe132af73ff0f5
4 changes: 2 additions & 2 deletions trunk/drivers/serial/68360serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ static _INLINE_ void receive_chars(ser_info_t *info)

info->rx_cur = (QUICC_BD *)bdp;

schedule_work(&tty->flip.work);
tty_schedule_flip(tty);
}

static _INLINE_ void receive_break(ser_info_t *info)
Expand All @@ -521,7 +521,7 @@ static _INLINE_ void receive_break(ser_info_t *info)
* the break. If not, we exit now, losing the break. FIXME
*/
tty_insert_flip_char(tty, 0, TTY_BREAK);
schedule_work(&tty->flip.work);
tty_schedule_flip(tty);
}

static _INLINE_ void transmit_chars(ser_info_t *info)
Expand Down

0 comments on commit ffeb55b

Please sign in to comment.