diff options
-rw-r--r-- | drivers/usb/serial/io_ti.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c index 6afee30a6a5c..316467ecd778 100644 --- a/drivers/usb/serial/io_ti.c +++ b/drivers/usb/serial/io_ti.c | |||
@@ -1941,8 +1941,7 @@ static int edge_open (struct usb_serial_port *port, struct file * filp) | |||
1941 | if (edge_port == NULL) | 1941 | if (edge_port == NULL) |
1942 | return -ENODEV; | 1942 | return -ENODEV; |
1943 | 1943 | ||
1944 | if (port->tty) | 1944 | port->tty->low_latency = low_latency; |
1945 | port->tty->low_latency = low_latency; | ||
1946 | 1945 | ||
1947 | port_number = port->number - port->serial->minor; | 1946 | port_number = port->number - port->serial->minor; |
1948 | switch (port_number) { | 1947 | switch (port_number) { |