|
@@ -2357,7 +2357,7 @@ static int get_serial_info(struct edgeport_port *edge_port,
|
|
|
|
|
|
|
|
cwait = edge_port->port->port.closing_wait;
|
|
cwait = edge_port->port->port.closing_wait;
|
|
|
if (cwait != ASYNC_CLOSING_WAIT_NONE)
|
|
if (cwait != ASYNC_CLOSING_WAIT_NONE)
|
|
|
- cwait = jiffies_to_msecs(closing_wait) / 10;
|
|
|
|
|
|
|
+ cwait = jiffies_to_msecs(cwait) / 10;
|
|
|
|
|
|
|
|
memset(&tmp, 0, sizeof(tmp));
|
|
memset(&tmp, 0, sizeof(tmp));
|
|
|
|
|
|