On Feb 19, 2008 3:25 PM, Greg KH <gregkh@suse.de> wrote:
I think he meant inconsistent not "inconsequent."
Either the test of port->tty here is unneeded:
if (port->tty)
port->tty->low_latency = low_latency;
...or the lack of test of port->tty here is a mistake:
edge_set_termios (port, port->tty->termios);
--