We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f73f4 commit 9ed0b5fCopy full SHA for 9ed0b5f
1 file changed
drivers/iommu/of_iommu.c
@@ -28,6 +28,8 @@ static int of_iommu_xlate(struct device *dev,
28
if ((ops && !ops->of_xlate) ||
29
!of_device_is_available(iommu_spec->np))
30
return -ENODEV;
31
+ if (!ops)
32
+ return driver_deferred_probe_check_state(dev);
33
34
ret = iommu_fwspec_init(dev, fwnode, ops);
35
if (ret)
0 commit comments