Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280697
b: refs/heads/master
c: 7d73aaf
h: refs/heads/master
i:
  280695: 3b74697
v: v3
  • Loading branch information
Wolfram Sang authored and Greg Kroah-Hartman committed Dec 10, 2011
1 parent 923493b commit b1947cc
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: cee3948d126d30341e08e935d3cc3e380088a2e8
refs/heads/master: 7d73aaf1d45d9bd95638680361db4d019ebb75bb
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/8250.c
Original file line number Diff line number Diff line change
Expand Up @@ -2002,7 +2002,7 @@ static int serial8250_startup(struct uart_port *port)
serial_outp(up, UART_IER, 0);
serial_outp(up, UART_LCR, 0);
serial_icr_write(up, UART_CSR, 0); /* Reset the UART */
serial_outp(up, UART_LCR, 0xBF);
serial_outp(up, UART_LCR, UART_LCR_CONF_MODE_B);
serial_outp(up, UART_EFR, UART_EFR_ECB);
serial_outp(up, UART_LCR, 0);
}
Expand Down

0 comments on commit b1947cc

Please sign in to comment.