]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/irq/chip.c
Merge commit 'v2.6.27-rc8' into genirq
[linux-2.6-omap-h63xx.git] / kernel / irq / chip.c
index 3cd441ebf5d2178fcd2d9bdd49573706d6c78b51..d663338cb4a82cbf497e76053a4a81b56dd5228f 100644 (file)
@@ -583,7 +583,7 @@ __set_irq_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained,
                desc->status &= ~IRQ_DISABLED;
                desc->status |= IRQ_NOREQUEST | IRQ_NOPROBE;
                desc->depth = 0;
-               desc->chip->unmask(irq);
+               desc->chip->startup(irq);
        }
        spin_unlock_irqrestore(&desc->lock, flags);
 }