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

Commit cd63441b 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: Return -EPROBE defer on tbu failure" into msm-4.9

parents 43de95ba 6ce54268
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4375,7 +4375,7 @@ static int qsmmuv500_arch_init(struct arm_smmu_device *smmu)
	/* Attempt to register child devices */
	ret = device_for_each_child(dev, smmu, qsmmuv500_tbu_register);
	if (ret)
		return -EINVAL;
		return -EPROBE_DEFER;

	return 0;
}