Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57413
b: refs/heads/master
c: db002b8
h: refs/heads/master
i:
  57411: ece978e
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jun 5, 2007
1 parent 775d622 commit 52a4ebc
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: 0e5f82dda5e60a21cf8ba4f77334d60290277d2c
refs/heads/master: db002b8597df84643e949cce793d0f696f100c9e
4 changes: 2 additions & 2 deletions trunk/drivers/serial/amba-pl010.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ static void pl010_rx_chars(struct uart_amba_port *uap)
ignore_char:
status = readb(uap->port.membase + UART01x_FR);
}
spin_unlock(&port->lock);
spin_unlock(&uap->port.lock);
tty_flip_buffer_push(tty);
spin_lock(&port->lock);
spin_lock(&uap->port.lock);
}

static void pl010_tx_chars(struct uart_amba_port *uap)
Expand Down

0 comments on commit 52a4ebc

Please sign in to comment.