aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hovold <jhovold@gmail.com>2009-11-22 11:25:08 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-02 17:53:03 -0500
commit0076b4bec5cffff856ec4a91830c902fbd7870df (patch)
treec57a8d7f90689de6d0dc6a990f768ec3c6afca4f
parente2b5cbfe77ecbbeccc38a486e054a59aaaf028c8 (diff)
USB: ftdi_sio: remove obsolete comment
We always push characters to ldisc immediately regardless of ASYNC_LOW_LATENCY. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/usb/serial/ftdi_sio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 22070ac5c3fe..ffc79eea963d 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -1552,8 +1552,7 @@ static int ftdi_sio_port_probe(struct usb_serial_port *port)
1552 kref_init(&priv->kref); 1552 kref_init(&priv->kref);
1553 spin_lock_init(&priv->tx_lock); 1553 spin_lock_init(&priv->tx_lock);
1554 init_waitqueue_head(&priv->delta_msr_wait); 1554 init_waitqueue_head(&priv->delta_msr_wait);
1555 /* This will push the characters through immediately rather 1555
1556 than queue a task to deliver them */
1557 priv->flags = ASYNC_LOW_LATENCY; 1556 priv->flags = ASYNC_LOW_LATENCY;
1558 1557
1559 if (quirk && quirk->port_probe) 1558 if (quirk && quirk->port_probe)