diff options
-rw-r--r-- | drivers/mmc/card/sdio_uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/card/sdio_uart.c b/drivers/mmc/card/sdio_uart.c index c2759dbfdfd2..671fe5efabf3 100644 --- a/drivers/mmc/card/sdio_uart.c +++ b/drivers/mmc/card/sdio_uart.c | |||
@@ -608,7 +608,7 @@ static int sdio_uart_startup(struct sdio_uart_port *port) | |||
608 | if (!(sdio_uart_get_mctrl(port) & TIOCM_CTS)) | 608 | if (!(sdio_uart_get_mctrl(port) & TIOCM_CTS)) |
609 | tty->hw_stopped = 1; | 609 | tty->hw_stopped = 1; |
610 | 610 | ||
611 | clear_bit(TTY_IO_ERROR, &port->tty->flags); | 611 | clear_bit(TTY_IO_ERROR, &tty->flags); |
612 | 612 | ||
613 | /* Kick the IRQ handler once while we're still holding the host lock */ | 613 | /* Kick the IRQ handler once while we're still holding the host lock */ |
614 | sdio_uart_irq(port->func); | 614 | sdio_uart_irq(port->func); |