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

Commit d4b7c5db authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: intc: Fix up multi-evt irq association.



In the multi-evt case we were accidentally associating the parent IRQ,
fix this up.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6dab7ede
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -355,7 +355,7 @@ int __init register_intc_controller(struct intc_desc *desc)
			if (unlikely(res)) {
				if (res == -EEXIST) {
					res = irq_domain_associate(d->domain,
								   irq, irq);
								   irq2, irq2);
					if (unlikely(res)) {
						pr_err("domain association "
						       "failure\n");