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

Commit 967b64e6 authored by Michael Adisumarta's avatar Michael Adisumarta Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa4: SMMU additional support for APPS



Change return result at the end of ap_cb_probe to return 0
to prevent a failed error message from printing. Remove
smmu_present flag.

Change-Id: I8b296b68341436f1a0dea2cd7ddbe0096ed17fe2
Crs:fixed: 2219398
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent 8e8b850c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6158,7 +6158,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev)
	smmu_info.present[IPA_SMMU_CB_AP] = true;
	ipa3_ctx->pdev = dev;

	return result;
	return 0;
}

static int ipa_smmu_cb_probe(struct device *dev, enum ipa_smmu_cb_type cb_type)