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

Commit 04fcb18d 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 f6530f22 7d1ebb0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -584,7 +584,7 @@ static irqreturn_t wil6210_irq_misc(int irq, void *cookie)
			/* no need to handle HALP ICRs until next vote */
			/* no need to handle HALP ICRs until next vote */
			atomic_set(&wil->halp.handle_icr, 0);
			atomic_set(&wil->halp.handle_icr, 0);
			wil_dbg_irq(wil, "irq_misc: HALP IRQ invoked\n");
			wil_dbg_irq(wil, "irq_misc: HALP IRQ invoked\n");
			wil6210_mask_halp(wil);
			wil6210_mask_irq_misc(wil, true);
			complete(&wil->halp.comp);
			complete(&wil->halp.comp);
		}
		}
	}
	}