Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187592
b: refs/heads/master
c: 94d32f9
h: refs/heads/master
v: v3
  • Loading branch information
Andy Green authored and Sascha Hauer committed Feb 16, 2010
1 parent 72b239f commit 1501c8b
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: e335c75cf32b7014f84c90bbe7ed9b7ecd8e7778
refs/heads/master: 94d32f99c6aba8b702a9cf78cb328aeb7882b1e5
2 changes: 1 addition & 1 deletion trunk/drivers/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static irqreturn_t imx_rxint(int irq, void *dev_id)

temp = readl(sport->port.membase + USR2);
if (temp & USR2_BRCD) {
writel(temp | USR2_BRCD, sport->port.membase + USR2);
writel(USR2_BRCD, sport->port.membase + USR2);
if (uart_handle_break(&sport->port))
continue;
}
Expand Down

0 comments on commit 1501c8b

Please sign in to comment.