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

Commit a1a3ff7d authored by Mohammed Javid's avatar Mohammed Javid Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: Fix disabling IPA clock for ntn pipes



Make a change to disable IPA clock when ntn pipes
are setup to ensure clock is turned off.

Change-Id: If41d78d0bd818ac9bce8dd187f86771d818194c4
Acked-by: default avatarChaitanya Pratapa <cpratapa@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent a7d75039
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -508,6 +508,8 @@ int ipa3_setup_uc_ntn_pipes(struct ipa_ntn_conn_in_params *in,
		result = -EFAULT;
		result = -EFAULT;
		goto fail_smmu_map_dl;
		goto fail_smmu_map_dl;
	}
	}

	IPA_ACTIVE_CLIENTS_DEC_SIMPLE();
	IPADBG("client %d (ep: %d) connected\n", in->dl.client,
	IPADBG("client %d (ep: %d) connected\n", in->dl.client,
		ipa_ep_idx_dl);
		ipa_ep_idx_dl);