dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Paul Mundt 2009-12-09 14:36:16 +09:00
parent fb2e9daffe
commit 0a753d58f9
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ static int intc_suspend(struct sys_device *dev, pm_message_t state)
break;
for_each_irq_desc(irq, desc) {
if (desc->handle_irq == intc_redirect_irq)
continue
continue;
if (desc->chip != &d->chip)
continue;
if (desc->status & IRQ_DISABLED)