Merge branch 'v3.6-rc7' into tty-next
This is to sync up on Linus's branch to get the other tty and core changes. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -216,14 +216,6 @@ static int metrousb_open(struct tty_struct *tty, struct usb_serial_port *port)
|
||||
metro_priv->throttled = 0;
|
||||
spin_unlock_irqrestore(&metro_priv->lock, flags);
|
||||
|
||||
/*
|
||||
* Force low_latency on so that our tty_push actually forces the data
|
||||
* through, otherwise it is scheduled, and with high data rates (like
|
||||
* with OHCI) data can get lost.
|
||||
*/
|
||||
if (tty)
|
||||
tty->low_latency = 1;
|
||||
|
||||
/* Clear the urb pipe. */
|
||||
usb_clear_halt(serial->dev, port->interrupt_in_urb->pipe);
|
||||
|
||||
|
Reference in New Issue
Block a user