aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/lpd270.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/lpd270.c')
-rw-r--r--arch/arm/mach-pxa/lpd270.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/lpd270.c b/arch/arm/mach-pxa/lpd270.c
index 1373c22dbb83..c87abc3334cb 100644
--- a/arch/arm/mach-pxa/lpd270.c
+++ b/arch/arm/mach-pxa/lpd270.c
@@ -121,7 +121,7 @@ static void lpd270_irq_handler(unsigned int irq, struct irq_desc *desc)
121 121
122 pending = __raw_readw(LPD270_INT_STATUS) & lpd270_irq_enabled; 122 pending = __raw_readw(LPD270_INT_STATUS) & lpd270_irq_enabled;
123 do { 123 do {
124 GEDR(0) = GPIO_bit(0); /* clear useless edge notification */ 124 desc->chip->ack(irq); /* clear useless edge notification */
125 if (likely(pending)) { 125 if (likely(pending)) {
126 irq = LPD270_IRQ(0) + __ffs(pending); 126 irq = LPD270_IRQ(0) + __ffs(pending);
127 generic_handle_irq(irq); 127 generic_handle_irq(irq);