提交 0a753d58 编写于 作者: P Paul Mundt

sh: intc: Fixup compile breakage.

The resume from hibernation patch introduced build failure, fix it up..
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 fb2e9daf
...@@ -807,7 +807,7 @@ static int intc_suspend(struct sys_device *dev, pm_message_t state) ...@@ -807,7 +807,7 @@ static int intc_suspend(struct sys_device *dev, pm_message_t state)
break; break;
for_each_irq_desc(irq, desc) { for_each_irq_desc(irq, desc) {
if (desc->handle_irq == intc_redirect_irq) if (desc->handle_irq == intc_redirect_irq)
continue continue;
if (desc->chip != &d->chip) if (desc->chip != &d->chip)
continue; continue;
if (desc->status & IRQ_DISABLED) if (desc->status & IRQ_DISABLED)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册