X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fsh%2Fintc.c;h=d5d7f23c19a5e5bdc399670994c324bb3e08dbff;hb=d661d76b0262f3ed649a1dea24c0119757592b09;hp=a7e5c2e9986c0c700cf76f154f5c3c907914166d;hpb=51b736b85155a56543fda8aeca5f8592795d7983;p=karo-tx-linux.git diff --git a/drivers/sh/intc.c b/drivers/sh/intc.c index a7e5c2e9986c..d5d7f23c19a5 100644 --- a/drivers/sh/intc.c +++ b/drivers/sh/intc.c @@ -806,6 +806,8 @@ static int intc_suspend(struct sys_device *dev, pm_message_t state) if (d->state.event != PM_EVENT_FREEZE) break; for_each_irq_desc(irq, desc) { + if (desc->handle_irq == intc_redirect_irq) + continue; if (desc->chip != &d->chip) continue; if (desc->status & IRQ_DISABLED)