Commit cae39988 authored by Pavel Machek's avatar Pavel Machek Committed by Eric Miao

ARM: sa1111: fix typo in sa1111_retrigger_lowirq()

Signed-off-by: default avatarPavel Machek <pma@sysgo.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 5b88128f
......@@ -279,7 +279,7 @@ static int sa1111_retrigger_lowirq(struct irq_data *d)
for (i = 0; i < 8; i++) {
sa1111_writel(ip0 ^ mask, mapbase + SA1111_INTPOL0);
sa1111_writel(ip0, mapbase + SA1111_INTPOL0);
if (sa1111_readl(mapbase + SA1111_INTSTATCLR1) & mask)
if (sa1111_readl(mapbase + SA1111_INTSTATCLR0) & mask)
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment