Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: intc: Fixup compile breakage.

The resume from hibernation patch introduced build failure, fix it up..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+1 -1
+1 -1
drivers/sh/intc.c
··· 807 807 break; 808 808 for_each_irq_desc(irq, desc) { 809 809 if (desc->handle_irq == intc_redirect_irq) 810 - continue 810 + continue; 811 811 if (desc->chip != &d->chip) 812 812 continue; 813 813 if (desc->status & IRQ_DISABLED)