Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a753d58 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: intc: Fixup compile breakage.



The resume from hibernation patch introduced build failure, fix it up..

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent fb2e9daf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)