]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/serial/at91_serial.c
[PATCH] Fix compilation errors in maps/dc21285.c
[linux-2.6-omap-h63xx.git] / drivers / serial / at91_serial.c
index 0e206063d68580925d3794533ec5703986653c07..2113feb75c39890f6687d64ec80c88b3b56346f9 100644 (file)
@@ -222,8 +222,6 @@ static void at91_rx_chars(struct uart_port *port, struct pt_regs *regs)
        while (status & (AT91_US_RXRDY)) {
                ch = UART_GET_CHAR(port);
 
-               if (tty->flip.count >= TTY_FLIPBUF_SIZE)
-                       goto ignore_char;
                port->icount.rx++;
 
                flg = TTY_NORMAL;