Commit b5ddba69 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Linus Torvalds

[PATCH] USB: remove FIXME created from tty core changes in empeg driver.

Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e330b4d9
...@@ -516,13 +516,7 @@ static void empeg_set_termios (struct usb_serial_port *port, struct termios *old ...@@ -516,13 +516,7 @@ static void empeg_set_termios (struct usb_serial_port *port, struct termios *old
*/ */
port->tty->low_latency = 1; port->tty->low_latency = 1;
/* Notify the tty driver that the termios have changed.
FIXME: Why - the ldisc will do this anyway and NULL is not
a valid previous state */
port->tty->ldisc.set_termios(port->tty, NULL);
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment