[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090622133436.23b1442a@dhcp-100-2-144.bos.redhat.com>
Date: Mon, 22 Jun 2009 13:34:36 -0400
From: Chuck Ebbert <cebbert@...hat.com>
To: Alan Cox <alan@...rguk.ukuu.org.uk>
Cc: linux-kernel@...r.kernel.org
Subject: [patch] Remove low_latency flag setting from nozomi and mxser
drivers
From: Chuck Ebbert <cebbert@...hat.com>
Remove low_latency flag setting from nozomi and mxser drivers
The kernel oopses if this flag is set.
Signed-off-by: Chuck Ebbert <cebbert@...hat.com>
--- linux-2.6.30.noarch.orig/drivers/char/nozomi.c
+++ linux-2.6.30.noarch/drivers/char/nozomi.c
@@ -1591,8 +1591,6 @@ static int ntty_open(struct tty_struct *
/* 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);
--- linux-2.6.30.noarch.orig/drivers/char/mxser.c
+++ linux-2.6.30.noarch/drivers/char/mxser.c
@@ -1048,8 +1048,6 @@ static int mxser_open(struct tty_struct
if (retval)
return retval;
- /* unmark here for very high baud rate (ex. 921600 bps) used */
- tty->low_latency = 1;
return 0;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists