Skip to content

Commit

Permalink
sh: intc: Fixup compile breakage.
Browse files Browse the repository at this point in the history
The resume from hibernation patch introduced build failure, fix it up..

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Dec 9, 2009
1 parent fb2e9da commit 0a753d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/sh/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0a753d5

Please sign in to comment.