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

Commit 99626bc3 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wil6210: mask MISC interrupt when HALP IRQ is invoked"

parents 672e816e c50d05a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -595,7 +595,7 @@ static irqreturn_t wil6210_irq_misc(int irq, void *cookie)
			/* no need to handle HALP ICRs until next vote */
			atomic_set(&wil->halp.handle_icr, 0);
			wil_dbg_irq(wil, "irq_misc: HALP IRQ invoked\n");
			wil6210_mask_halp(wil);
			wil6210_mask_irq_misc(wil, true);
			complete(&wil->halp.comp);
		}
	}