* [PATCH] USB: ftdi_sio: remove obsolete comment
@ 2009-11-22 16:25 Johan Hovold
0 siblings, 0 replies; only message in thread
From: Johan Hovold @ 2009-11-22 16:25 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: Alan Cox, linux-usb, linux-kernel, Johan Hovold
We always push characters to ldisc immediately regardless of
ASYNC_LOW_LATENCY.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
---
drivers/usb/serial/ftdi_sio.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 9c60d6d..73441a7 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -1518,8 +1518,7 @@ static int ftdi_sio_port_probe(struct usb_serial_port *port)
kref_init(&priv->kref);
spin_lock_init(&priv->tx_lock);
init_waitqueue_head(&priv->delta_msr_wait);
- /* This will push the characters through immediately rather
- than queue a task to deliver them */
+
priv->flags = ASYNC_LOW_LATENCY;
if (quirk && quirk->port_probe)
--
1.6.5.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-22 16:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-22 16:25 [PATCH] USB: ftdi_sio: remove obsolete comment Johan Hovold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®