diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-12-09 14:36:16 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-12-09 14:36:16 +0900 |
commit | 0a753d58f901913e3e6416baeac437ee83eda90d (patch) | |
tree | e3b32e6ae07787fe80381a8dbe154da9716cd853 /drivers/sh | |
parent | fb2e9daffe32ba1bf8e777a841f7206acf567aac (diff) |
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>
Diffstat (limited to 'drivers/sh')
-rw-r--r-- | drivers/sh/intc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sh/intc.c b/drivers/sh/intc.c index 88f5aaf62fdb..d5d7f23c19a5 100644 --- a/drivers/sh/intc.c +++ b/drivers/sh/intc.c @@ -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) |