Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42927
b: refs/heads/master
c: a4ed06a
h: refs/heads/master
i:
  42925: 1465132
  42923: fef15fe
  42919: 0ebb3d6
  42911: 04ce238
v: v3
  • Loading branch information
Lennert Buytenhek authored and Linus Torvalds committed Dec 7, 2006
1 parent 0ec9420 commit e6b59e6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9468f687d95d1825fd2f2c2f74e1a59429ef25d3
refs/heads/master: a4ed06ad83acc3b7dafc018bc0b27469e787e27d
2 changes: 2 additions & 0 deletions trunk/drivers/serial/amba-pl010.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ static void pl010_rx_chars(struct uart_port *port)
*/
rsr = readb(port->membase + UART01x_RSR) | UART_DUMMY_RSR_RX;
if (unlikely(rsr & UART01x_RSR_ANY)) {
writel(0, port->membase + UART01x_ECR);

if (rsr & UART01x_RSR_BE) {
rsr &= ~(UART01x_RSR_FE | UART01x_RSR_PE);
port->icount.brk++;
Expand Down

0 comments on commit e6b59e6

Please sign in to comment.