Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92344
b: refs/heads/master
c: 1a3a4c7
h: refs/heads/master
v: v3
  • Loading branch information
Sonic Zhang authored and Bryan Wu committed Apr 23, 2008
1 parent fcc7b44 commit 2508fd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 0c44a86d9e19021b38a7d7835f25210ef74b2612
refs/heads/master: 1a3a4c7130d6f39b56efc259d653f6dec4990ea3
4 changes: 0 additions & 4 deletions trunk/drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,10 +806,6 @@ bfin_serial_set_termios(struct uart_port *port, struct ktermios *termios,

UART_SET_ANOMALY_THRESHOLD(uart, USEC_PER_SEC / baud * 15);

do {
lsr = UART_GET_LSR(uart);
} while (!(lsr & TEMT));

/* Disable UART */
ier = UART_GET_IER(uart);
#ifdef CONFIG_BF54x
Expand Down

0 comments on commit 2508fd1

Please sign in to comment.