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

Commit 2afb42a5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: Increment the active client count after unsuspend apps pipe"

parents 0614045d b222a9c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3818,10 +3818,10 @@ void ipa3_inc_client_enable_clks(struct ipa_active_client_logging_info *id)
	}

	ipa3_enable_clks();
	ipa3_suspend_apps_pipes(false);
	atomic_inc(&ipa3_ctx->ipa3_active_clients.cnt);
	IPADBG_LOW("active clients = %d\n",
		atomic_read(&ipa3_ctx->ipa3_active_clients.cnt));
	ipa3_suspend_apps_pipes(false);
	mutex_unlock(&ipa3_ctx->ipa3_active_clients.mutex);
}