Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348908
b: refs/heads/master
c: 68e56cb
h: refs/heads/master
v: v3
  • Loading branch information
Maxime Ripard authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent f5e8d44 commit 9b835a3
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: 2eaa865ffd66ca2e5a841e8c756d75f89e3482ae
refs/heads/master: 68e56cb3a068f9c30971c6117fbbd1e32918e49e
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/8250/8250_dw.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static int dw8250_handle_irq(struct uart_port *p)
} else if ((iir & UART_IIR_BUSY) == UART_IIR_BUSY) {
/* Clear the USR and write the LCR again. */
(void)p->serial_in(p, UART_USR);
p->serial_out(p, d->last_lcr, UART_LCR);
p->serial_out(p, UART_LCR, d->last_lcr);

return 1;
}
Expand Down

0 comments on commit 9b835a3

Please sign in to comment.