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

Commit cefdb15a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu/arm-smmu: Defer SMMU probe if clock-tree is not ready"

parents f15eb7c5 8a2d7719
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3203,7 +3203,7 @@ static int arm_smmu_init_clocks(struct arm_smmu_device *smmu)
		if (IS_ERR(c)) {
			dev_err(dev, "Couldn't get clock: %s",
				cname);
			return -ENODEV;
			return PTR_ERR(c);
		}

		if (clk_get_rate(c) == 0) {