diff --git a/[refs] b/[refs] index 1246cbf7f8ee..fbfcf974034f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2dff8ad92661b6c99e9ba8b5918e43b522551556 +refs/heads/master: 7342c59a44ad9e5f30baaa2de84830f40b9f06c0 diff --git a/trunk/drivers/tty/isicom.c b/trunk/drivers/tty/isicom.c index d7492e183607..5f3ecbc2713e 100644 --- a/trunk/drivers/tty/isicom.c +++ b/trunk/drivers/tty/isicom.c @@ -603,7 +603,7 @@ static irqreturn_t isicom_interrupt(int irq, void *dev_id) if (tty_port_cts_enabled(&port->port)) { if (tty->hw_stopped) { if (header & ISI_CTS) { - port->port.tty->hw_stopped = 0; + tty->hw_stopped = 0; /* start tx ing */ port->status |= (ISI_TXOK | ISI_CTS);