From 313a977916196f018bcb5c080a97e9b7337785d6 Mon Sep 17 00:00:00 2001 From: Paul Fulghum Date: Tue, 28 Mar 2006 01:56:16 -0800 Subject: [PATCH] --- yaml --- r: 24457 b: refs/heads/master c: be4676e61f969b624185f14d819adef23d45ffc2 h: refs/heads/master i: 24455: d003708126a3fefcf0ea071cfa9726e30a7b5148 v: v3 --- [refs] | 2 +- trunk/drivers/char/synclink_gt.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 7b8a5b691307..c4899ea182a6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0080b7aae88c75e2a6b38dfcb228b0f239e18e3c +refs/heads/master: be4676e61f969b624185f14d819adef23d45ffc2 diff --git a/trunk/drivers/char/synclink_gt.c b/trunk/drivers/char/synclink_gt.c index 8818042bad7c..b4d1f4eea435 100644 --- a/trunk/drivers/char/synclink_gt.c +++ b/trunk/drivers/char/synclink_gt.c @@ -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++;