Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17221
b: refs/heads/master
c: 03929c7
h: refs/heads/master
i:
  17219: 7a8e605
v: v3
  • Loading branch information
Aristeu Sergio Rozanski Filho authored and Paul Mackerras committed Jan 9, 2006
1 parent 2421b6c commit 91efd03
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: 022930ebea0df878d449b7c74309c1d612441ac5
refs/heads/master: 03929c76f3e5af919fb762e9882a9c286d361e7d
2 changes: 1 addition & 1 deletion trunk/drivers/serial/cpm_uart/cpm_uart_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ static int cpm_uart_tx_pump(struct uart_port *port)

p = cpm2cpu_addr(bdp->cbd_bufaddr);

*p++ = xmit->buf[xmit->tail];
*p++ = port->x_char;
bdp->cbd_datlen = 1;
bdp->cbd_sc |= BD_SC_READY;
/* Get next BD. */
Expand Down

0 comments on commit 91efd03

Please sign in to comment.