Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113413
b: refs/heads/master
c: 5ffdeea
h: refs/heads/master
i:
  113411: aaa2f92
v: v3
  • Loading branch information
Sonic Zhang authored and Linus Torvalds committed Oct 13, 2008
1 parent 860be2e commit 1d0c2e0
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 08668ab7c2ca9bed281eb6763e5a8e15384b7fdc
refs/heads/master: 5ffdeea2f99ed9d46bf954c9fdc64da7da57e81b
6 changes: 5 additions & 1 deletion trunk/drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,11 @@ static void bfin_serial_tx_chars(struct bfin_serial_port *uart)
bfin_serial_mctrl_check(uart);

if (uart_circ_empty(xmit) || uart_tx_stopped(&uart->port)) {
bfin_serial_stop_tx(&uart->port);
#ifdef CONFIG_BF54x
/* Clear TFI bit */
UART_PUT_LSR(uart, TFI);
#endif
UART_CLEAR_IER(uart, ETBEI);
return;
}

Expand Down

0 comments on commit 1d0c2e0

Please sign in to comment.