Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26649
b: refs/heads/master
c: a88d75b
h: refs/heads/master
i:
  26647: c11c344
v: v3
  • Loading branch information
Russell King authored and Russell King committed Apr 30, 2006
1 parent 2957a3d commit 23c5435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b32b19b8ffc05cbd3bf91c65e205f6a912ca15d9
refs/heads/master: a88d75b257b2b28b26d7d4d2b640f05feb00ad53
3 changes: 1 addition & 2 deletions trunk/drivers/serial/8250.c
Original file line number Diff line number Diff line change
Expand Up @@ -2256,8 +2256,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);
serial_out(up, UART_IER, ier);
}

static int serial8250_console_setup(struct console *co, char *options)
Expand Down

0 comments on commit 23c5435

Please sign in to comment.