aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-12-09 00:36:16 -0500
committerPaul Mundt <lethal@linux-sh.org>2009-12-09 00:36:16 -0500
commit0a753d58f901913e3e6416baeac437ee83eda90d (patch)
treee3b32e6ae07787fe80381a8dbe154da9716cd853 /drivers/sh
parentfb2e9daffe32ba1bf8e777a841f7206acf567aac (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.c2
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)
807 break; 807 break;
808 for_each_irq_desc(irq, desc) { 808 for_each_irq_desc(irq, desc) {
809 if (desc->handle_irq == intc_redirect_irq) 809 if (desc->handle_irq == intc_redirect_irq)
810 continue 810 continue;
811 if (desc->chip != &d->chip) 811 if (desc->chip != &d->chip)
812 continue; 812 continue;
813 if (desc->status & IRQ_DISABLED) 813 if (desc->status & IRQ_DISABLED)