[PATCH] TTY layer buffering revamp
[deliverable/linux.git] / drivers / serial / dz.c
index 4d8516d1bb71692d217e50ab5934c8862643b3ab..a64ba26a94e8b317a0e6ef1b31e778a892986231 100644 (file)
@@ -216,8 +216,6 @@ static inline void dz_receive_chars(struct dz_port *dport)
 
                if (!tty)
                        break;
-               if (tty->flip.count >= TTY_FLIPBUF_SIZE)
-                       break;
 
                icount->rx++;
 
This page took 0.024783 seconds and 5 git commands to generate.