Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129654
b: refs/heads/master
c: 1f14081
h: refs/heads/master
v: v3
  • Loading branch information
Itai Levi authored and Linus Torvalds committed Jan 16, 2009
1 parent 1b053fb commit c344f0d
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: db0fb1848a645b0b1b033765f3a5244e7afd2e3c
refs/heads/master: 1f14081d8b31b2780e2e6e2ae2766264e1f7d38b
2 changes: 1 addition & 1 deletion trunk/drivers/serial/atmel_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ static void atmel_tx_dma(struct uart_port *port)
/* disable PDC transmit */
UART_PUT_PTCR(port, ATMEL_PDC_TXTDIS);

if (!uart_circ_empty(xmit)) {
if (!uart_circ_empty(xmit) && !uart_tx_stopped(port)) {
dma_sync_single_for_device(port->dev,
pdc->dma_addr,
pdc->dma_size,
Expand Down

0 comments on commit c344f0d

Please sign in to comment.