aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/sdio_uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/card/sdio_uart.c')
-rw-r--r--drivers/mmc/card/sdio_uart.c2
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);