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

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

Merge "wil6210: missing reinit_completion in HALP voting"

parents 5da4139c 72cd54ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1164,6 +1164,7 @@ void wil_halp_vote(struct wil6210_priv *wil)
		    wil->halp.ref_cnt);

	if (++wil->halp.ref_cnt == 1) {
		reinit_completion(&wil->halp.comp);
		wil6210_set_halp(wil);
		rc = wait_for_completion_timeout(&wil->halp.comp, to_jiffies);
		if (!rc) {