commit | 0a753d58f901913e3e6416baeac437ee83eda90d | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Dec 09 14:36:16 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Dec 09 14:36:16 2009 +0900 |
tree | e3b32e6ae07787fe80381a8dbe154da9716cd853 | |
parent | fb2e9daffe32ba1bf8e777a841f7206acf567aac [diff] [blame] |
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>
diff --git a/drivers/sh/intc.c b/drivers/sh/intc.c index 88f5aaf..d5d7f23 100644 --- a/drivers/sh/intc.c +++ b/drivers/sh/intc.c
@@ -807,7 +807,7 @@ 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)