diff --git a/[refs] b/[refs] index 7022249544a3..0ea39a576d96 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6af9a43d58f2ec455b752fb9534cf05c7e855dbe +refs/heads/master: 4d8d4d251df8eaaa3dae71c8cfa7fbf4510d967d diff --git a/trunk/drivers/char/mxser.c b/trunk/drivers/char/mxser.c index 9533f43a30bb..52d953eb30c3 100644 --- a/trunk/drivers/char/mxser.c +++ b/trunk/drivers/char/mxser.c @@ -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; } diff --git a/trunk/drivers/char/nozomi.c b/trunk/drivers/char/nozomi.c index d6102b644b55..574f1c79b6e6 100644 --- a/trunk/drivers/char/nozomi.c +++ b/trunk/drivers/char/nozomi.c @@ -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);