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

Commit b5becfaf 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: reduce active clients count on tag process timeout"

parents d3b7c2da cb462c3c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2473,10 +2473,8 @@ static void ipa_start_tag_process(struct work_struct *work)
	IPADBG("starting TAG process\n");
	/* close aggregation frames on all pipes */
	res = ipa_tag_aggr_force_close(-1);
	if (res) {
	if (res)
		IPAERR("ipa_tag_aggr_force_close failed %d\n", res);
		return;
	}

	ipa_dec_client_disable_clks();