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

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

Merge "msm: ipa: fix for wakelock refcnt" into msm-4.9

parents d51a1fb5 ac06f90a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4163,6 +4163,7 @@ static void ipa3_gsi_poll_after_suspend(struct ipa3_ep_context *ep)
		/* queue a work to start polling if don't have one */
		atomic_set(&ipa3_ctx->transport_pm.eot_activity, 1);
		if (!atomic_read(&ep->sys->curr_polling_state)) {
			ipa3_inc_acquire_wakelock();
			atomic_set(&ep->sys->curr_polling_state, 1);
			queue_work(ep->sys->wq, &ep->sys->work);
		}