irqchip: vic: Properly chain the cascaded IRQs
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 15 Apr 2014 08:28:04 +0000 (10:28 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Apr 2014 16:24:24 +0000 (18:24 +0200)
We are flagging the parent IRQ as chained, then we must also
make sure to call the chained_irq_[enter|exit] functions for
things to work smoothly.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: http://lkml.kernel.org/r/1397550484-7119-1-git-send-email-linus.walleij@linaro.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/irq-vic.c

Simple merge