| Submitter | Alan Cox |
|---|---|
| Date | 2009-11-03 14:17:42 |
| Message ID | <20091103141739.31032.36525.stgit@localhost.localdomain> |
| Download | mbox | patch |
| Permalink | /patch/57310/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/mmc/card/sdio_uart.c b/drivers/mmc/card/sdio_uart.c index c2759db..671fe5e 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) if (!(sdio_uart_get_mctrl(port) & TIOCM_CTS)) 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 */ sdio_uart_irq(port->func);