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

Commit 13f64d34 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "genirq: Use irq_set_affinity_locked to change irq affinity"

parents 09e3b8fa 813aa776
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ static bool migrate_one_irq(struct irq_desc *desc)
	if (!c->irq_set_affinity) {
		pr_debug("IRQ%u: unable to set affinity\n", d->irq);
	} else {
		int r = irq_do_set_affinity(d, affinity, false);
		int r = irq_set_affinity_locked(d, affinity, false);
		if (r)
			pr_warn_ratelimited("IRQ%u: set affinity failed(%d).\n",
					    d->irq, r);