tty: the rest, stop using tty_schedule_flip()
[platform/kernel/linux-rpi.git] / arch / alpha / kernel / srmcons.c
index 90635ef..6dc952b 100644 (file)
@@ -59,7 +59,7 @@ srmcons_do_receive_chars(struct tty_port *port)
        } while((result.bits.status & 1) && (++loops < 10));
 
        if (count)
-               tty_schedule_flip(port);
+               tty_flip_buffer_push(port);
 
        return count;
 }