Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24457
b: refs/heads/master
c: be4676e
h: refs/heads/master
i:
  24455: d003708
v: v3
  • Loading branch information
Paul Fulghum authored and Linus Torvalds committed Mar 28, 2006
1 parent a250861 commit 313a977
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 0080b7aae88c75e2a6b38dfcb228b0f239e18e3c
refs/heads/master: be4676e61f969b624185f14d819adef23d45ffc2
4 changes: 0 additions & 4 deletions trunk/drivers/char/synclink_gt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1793,10 +1793,6 @@ static void rx_async(struct slgt_info *info)
DBGDATA(info, p, count, "rx");

for(i=0 ; i < count; i+=2, p+=2) {
if (tty && chars) {
tty_flip_buffer_push(tty);
chars = 0;
}
ch = *p;
icount->rx++;

Expand Down

0 comments on commit 313a977

Please sign in to comment.