We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d83513 commit 97cb1faCopy full SHA for 97cb1fa
drivers/iommu/arm/arm-smmu/arm-smmu.c
@@ -1437,17 +1437,6 @@ static struct iommu_device *arm_smmu_probe_device(struct device *dev)
1437
goto out_free;
1438
} else {
1439
smmu = arm_smmu_get_by_fwnode(fwspec->iommu_fwnode);
1440
-
1441
- /*
1442
- * Defer probe if the relevant SMMU instance hasn't finished
1443
- * probing yet. This is a fragile hack and we'd ideally
1444
- * avoid this race in the core code. Until that's ironed
1445
- * out, however, this is the most pragmatic option on the
1446
- * table.
1447
- */
1448
- if (!smmu)
1449
- return ERR_PTR(dev_err_probe(dev, -EPROBE_DEFER,
1450
- "smmu dev has not bound yet\n"));
1451
}
1452
1453
ret = -EINVAL;
0 commit comments