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

Commit a823829e 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 79e6332c fbb0beb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3962,10 +3962,10 @@ void ipa3_inc_client_enable_clks(struct ipa_active_client_logging_info *id)
	}

	ipa3_enable_clks();
	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);
	atomic_inc(&ipa3_ctx->ipa3_active_clients.cnt);
	if (!ipa3_uc_state_check() &&
		(ipa3_ctx->ipa_hw_type == IPA_HW_v4_1)) {
		ipa3_read_mailbox_17(IPA_PC_RESTORE_CONTEXT_STATUS_SUCCESS);