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

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

Merge "msm: ipa: fix clock issue which cause poll_mode out of sync"

parents 124f2a00 33afeeb1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1526,6 +1526,8 @@ static void ipa3_wq_handle_rx(struct work_struct *work)
	if (sys->ep->napi_enabled) {
		if (!ipa3_ctx->use_ipa_pm)
			IPA_ACTIVE_CLIENTS_INC_SPECIAL("NAPI");
		else
			ipa_pm_activate_sync(sys->pm_hdl);
		sys->ep->client_notify(sys->ep->priv,
				IPA_CLIENT_START_POLL, 0);
	} else