Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
Conflicts: arch/arm/Makefile
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user