|
@@ -608,7 +608,7 @@ static int sdio_uart_startup(struct sdio_uart_port *port)
|
|
if (!(sdio_uart_get_mctrl(port) & TIOCM_CTS))
|
|
if (!(sdio_uart_get_mctrl(port) & TIOCM_CTS))
|
|
tty->hw_stopped = 1;
|
|
tty->hw_stopped = 1;
|
|
|
|
|
|
- clear_bit(TTY_IO_ERROR, &port->tty->flags);
|
|
|
|
|
|
+ clear_bit(TTY_IO_ERROR, &tty->flags);
|
|
|
|
|
|
/* Kick the IRQ handler once while we're still holding the host lock */
|
|
/* Kick the IRQ handler once while we're still holding the host lock */
|
|
sdio_uart_irq(port->func);
|
|
sdio_uart_irq(port->func);
|