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

Commit 8884c4cb authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Default enable R7780RP IRQs.



Now that we've started accounting for spurious IRQs, change the
logic somewhat so that we have a better chance of catching them.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 833abf7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,6 +49,6 @@ void __init init_r7780rp_IRQ(void)
		disable_irq_nosync(i);
		set_irq_chip_and_handler(i, &r7780rp_irq_chip,
					 handle_level_irq);
		disable_r7780rp_irq(i);
		enable_r7780rp_irq(i);
	}
}