Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175334
b: refs/heads/master
c: 0395b48
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent de2c069 commit f852c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b5849b1a82853171ce8a35220204f17ec282a9a8
refs/heads/master: 0395b48c78ed822f251ab15d0fbc3ce06f41ffb1
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/card/sdio_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f852c10

Please sign in to comment.