Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169041
b: refs/heads/master
c: b037179
h: refs/heads/master
i:
  169039: 956c8dd
v: v3
  • Loading branch information
Maxime Bizon authored and Greg Kroah-Hartman committed Dec 1, 2009
1 parent 45caf22 commit e6faf83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8627b96dd80dca440d91fbb1ec733be25912d0dd
refs/heads/master: b037179f7a4fff7bd8279b0568a7dc663ebc9d15
4 changes: 2 additions & 2 deletions trunk/drivers/serial/bcm63xx_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ static void bcm_uart_do_rx(struct uart_port *port)
* higher than fifo size anyway since we're much faster than
* serial port */
max_count = 32;
tty = port->info->port.tty;
tty = port->state->port.tty;
do {
unsigned int iestat, c, cstat;
char flag;
Expand Down Expand Up @@ -318,7 +318,7 @@ static void bcm_uart_do_tx(struct uart_port *port)
return;
}

xmit = &port->info->xmit;
xmit = &port->state->xmit;
if (uart_circ_empty(xmit))
goto txq_empty;

Expand Down

0 comments on commit e6faf83

Please sign in to comment.