tty: Fix low_latency BUG
[deliverable/linux.git] / drivers / tty / ipwireless / tty.c
index ebd5bff0f5c1668b70bdefead34bc60fca8a81ef..17ee3bf0926be1eb2f5ff61bdab4964dba8fa189 100644 (file)
@@ -176,9 +176,6 @@ void ipwireless_tty_received(struct ipw_tty *tty, unsigned char *data,
                                ": %d chars not inserted to flip buffer!\n",
                                length - work);
 
-       /*
-        * This may sleep if ->low_latency is set
-        */
        if (work)
                tty_flip_buffer_push(&tty->port);
 }
This page took 0.025038 seconds and 5 git commands to generate.