diff options
-rw-r--r-- | drivers/usb/serial/io_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c index f2a1601775b1..ab979a2e6953 100644 --- a/drivers/usb/serial/io_ti.c +++ b/drivers/usb/serial/io_ti.c | |||
@@ -2357,7 +2357,7 @@ static int get_serial_info(struct edgeport_port *edge_port, | |||
2357 | 2357 | ||
2358 | cwait = edge_port->port->port.closing_wait; | 2358 | cwait = edge_port->port->port.closing_wait; |
2359 | if (cwait != ASYNC_CLOSING_WAIT_NONE) | 2359 | if (cwait != ASYNC_CLOSING_WAIT_NONE) |
2360 | cwait = jiffies_to_msecs(closing_wait) / 10; | 2360 | cwait = jiffies_to_msecs(cwait) / 10; |
2361 | 2361 | ||
2362 | memset(&tmp, 0, sizeof(tmp)); | 2362 | memset(&tmp, 0, sizeof(tmp)); |
2363 | 2363 | ||