]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-imx/tzic.c
Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/container...
[karo-tx-linux.git] / arch / arm / mach-imx / tzic.c
index 1d4f384ca773f78e72de41248a8f242db20c5ec1..4de65eeda1eb15666e9c82557f50477e37628ec8 100644 (file)
@@ -141,8 +141,7 @@ static void __exception_irq_entry tzic_handle_irq(struct pt_regs *regs)
                        while (stat) {
                                handled = 1;
                                irqofs = fls(stat) - 1;
-                               handle_IRQ(irq_find_mapping(domain,
-                                               irqofs + i * 32), regs);
+                               handle_domain_irq(domain, irqofs + i * 32, regs);
                                stat &= ~(1 << irqofs);
                        }
                }