Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154095
b: refs/heads/master
c: 4d8d4d2
h: refs/heads/master
i:
  154093: fccfc3e
  154091: bab7aef
  154087: f1c9ba2
  154079: 236a767
v: v3
  • Loading branch information
Chuck Ebbert authored and Linus Torvalds committed Jun 24, 2009
1 parent b3446e4 commit 9c95029
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 6af9a43d58f2ec455b752fb9534cf05c7e855dbe
refs/heads/master: 4d8d4d251df8eaaa3dae71c8cfa7fbf4510d967d
2 changes: 0 additions & 2 deletions trunk/drivers/char/mxser.c
Original file line number Diff line number Diff line change
Expand Up @@ -1048,8 +1048,6 @@ static int mxser_open(struct tty_struct *tty, struct file *filp)
if (retval)
return retval;

/* unmark here for very high baud rate (ex. 921600 bps) used */
tty->low_latency = 1;
return 0;
}

Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/char/nozomi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1591,8 +1591,6 @@ static int ntty_open(struct tty_struct *tty, struct file *file)

/* Enable interrupt downlink for channel */
if (port->port.count == 1) {
/* FIXME: is this needed now ? */
tty->low_latency = 1;
tty->driver_data = port;
tty_port_tty_set(&port->port, tty);
DBG1("open: %d", port->token_dl);
Expand Down

0 comments on commit 9c95029

Please sign in to comment.