diff options
Diffstat (limited to 'arch/arm/mach-pxa/mainstone.c')
-rw-r--r-- | arch/arm/mach-pxa/mainstone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/mainstone.c b/arch/arm/mach-pxa/mainstone.c index 851ee0fc32e2..a8674aacd347 100644 --- a/arch/arm/mach-pxa/mainstone.c +++ b/arch/arm/mach-pxa/mainstone.c | |||
@@ -162,7 +162,7 @@ static void mainstone_irq_handler(unsigned int irq, struct irq_desc *desc) | |||
162 | { | 162 | { |
163 | unsigned long pending = MST_INTSETCLR & mainstone_irq_enabled; | 163 | unsigned long pending = MST_INTSETCLR & mainstone_irq_enabled; |
164 | do { | 164 | do { |
165 | GEDR(0) = GPIO_bit(0); /* clear useless edge notification */ | 165 | desc->chip->ack(irq); /* clear useless edge notification */ |
166 | if (likely(pending)) { | 166 | if (likely(pending)) { |
167 | irq = MAINSTONE_IRQ(0) + __ffs(pending); | 167 | irq = MAINSTONE_IRQ(0) + __ffs(pending); |
168 | generic_handle_irq(irq); | 168 | generic_handle_irq(irq); |