tty: Fix low_latency BUG
[deliverable/linux.git] / drivers / usb / gadget / u_serial.c
index b369292d4b90cd0c5c66dd147434f5d8aadbd752..ad0aca8120020f92f15186610790d073cdcc94b4 100644 (file)
@@ -549,8 +549,8 @@ static void gs_rx_push(unsigned long _port)
                port->read_started--;
        }
 
-       /* Push from tty to ldisc; without low_latency set this is handled by
-        * a workqueue, so we won't get callbacks and can hold port_lock
+       /* Push from tty to ldisc; this is handled by a workqueue,
+        * so we won't get callbacks and can hold port_lock
         */
        if (do_push)
                tty_flip_buffer_push(&port->port);
This page took 0.025232 seconds and 5 git commands to generate.