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

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

Merge "iommu: arm-smmu: Initialize value of phys"

parents d94ac719 bab04e16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4659,7 +4659,7 @@ static phys_addr_t qsmmuv500_iova_to_phys(
	struct arm_smmu_cfg *cfg = &smmu_domain->cfg;
	struct qsmmuv500_tbu_device *tbu;
	int ret;
	phys_addr_t phys;
	phys_addr_t phys = 0;
	u64 val, fsr;
	unsigned long flags;
	void __iomem *cb_base;