Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146282
b: refs/heads/master
c: f9d36da
h: refs/heads/master
v: v3
  • Loading branch information
Graf Yang authored and Linus Torvalds committed Jun 11, 2009
1 parent 74aedc2 commit 2aee323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7de7c55bf54dede2bd2262349fc7b558bcc8e413
refs/heads/master: f9d36da9cdc2504cd9bb6034cfaba0673ce2d6df
1 change: 1 addition & 0 deletions trunk/drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ static void bfin_serial_dma_tx_chars(struct bfin_serial_port *uart)
set_dma_start_addr(uart->tx_dma_channel, (unsigned long)(xmit->buf+xmit->tail));
set_dma_x_count(uart->tx_dma_channel, uart->tx_count);
set_dma_x_modify(uart->tx_dma_channel, 1);
SSYNC();
enable_dma(uart->tx_dma_channel);

UART_SET_IER(uart, ETBEI);
Expand Down

0 comments on commit 2aee323

Please sign in to comment.