Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20001
b: refs/heads/master
c: 8e63e66
h: refs/heads/master
i:
  19999: b3bcbb8
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Feb 8, 2006
1 parent ffeb55b commit 1c8e7aa
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: e39485636b6db2def114f38104fe132af73ff0f5
refs/heads/master: 8e63e66b4cd066fe6c2d962460e286c2a61d3fe8
4 changes: 2 additions & 2 deletions trunk/drivers/serial/68328serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static _INLINE_ void receive_chars(struct m68k_serial *info, struct pt_regs *reg
* Make sure that we do not overflow the buffer
*/
if (tty_request_buffer_room(tty, 1) == 0) {
schedule_work(&tty->flip.work);
tty_schedule_flip(tty);
return;
}

Expand All @@ -353,7 +353,7 @@ static _INLINE_ void receive_chars(struct m68k_serial *info, struct pt_regs *reg
} while((rx = uart->urx.w) & URX_DATA_READY);
#endif

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

clear_and_exit:
return;
Expand Down

0 comments on commit 1c8e7aa

Please sign in to comment.