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

Commit a9027a1b 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: remove IPC logging in the data path of IPA BAM"

parents e09ecf1e 60ed6c7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3231,7 +3231,7 @@ static int ipa_init(const struct ipa_plat_drv_res *resource_p,
	if (ipa_ctx->smmu_present)
		bam_props.options |= SPS_BAM_SMMU_EN;
	bam_props.ee = resource_p->ee;
	bam_props.ipc_loglevel = 2;
	bam_props.ipc_loglevel = 3;

	result = sps_register_bam_device(&bam_props, &ipa_ctx->bam_handle);
	if (result) {
+1 −1
Original line number Diff line number Diff line
@@ -3205,7 +3205,7 @@ static int ipa3_init(const struct ipa3_plat_drv_res *resource_p,
	if (ipa3_ctx->smmu_present)
		bam_props.options |= SPS_BAM_SMMU_EN;
	bam_props.ee = resource_p->ee;
	bam_props.ipc_loglevel = 2;
	bam_props.ipc_loglevel = 3;

	result = sps_register_bam_device(&bam_props, &ipa3_ctx->bam_handle);
	if (result) {