Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311781
b: refs/heads/master
c: b7d28e3
h: refs/heads/master
i:
  311779: fe88de3
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Jul 5, 2012
1 parent 8cb7920 commit 7fac225
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aacef9c561a693341566a6850c451ce3df68cb9a
refs/heads/master: b7d28e32c93801d60c1a7a817f774a02b7bdde43
8 changes: 0 additions & 8 deletions trunk/drivers/usb/serial/metro-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,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);

Expand Down

0 comments on commit 7fac225

Please sign in to comment.