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

Commit b167baba 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" into msm-4.9

parents 8fccbb09 6e64b0c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1150,6 +1150,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) {