Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20140
b: refs/heads/master
c: f5968b3
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala authored and Russell King committed Feb 8, 2006
1 parent a6a07b5 commit 12d1d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 620739025b94fe472c845ce013bff62716d3c576
refs/heads/master: f5968b37b3ad35b682b574b578843a0361218aff
1 change: 1 addition & 0 deletions trunk/drivers/serial/8250.c
Original file line number Diff line number Diff line change
Expand Up @@ -2229,6 +2229,7 @@ serial8250_console_write(struct console *co, const char *s, unsigned int count)
* and restore the IER
*/
wait_for_xmitr(up, BOTH_EMPTY);
up->ier |= UART_IER_THRI;
serial_out(up, UART_IER, ier | UART_IER_THRI);
}

Expand Down

0 comments on commit 12d1d18

Please sign in to comment.