On Fri, Feb 28, 2025 at 03:46:31PM +0000, Robin Murphy wrote: > Since iommu_init_device() was factored out, it is in fact the only > consumer of the ops which __iommu_probe_device() is resolving, so let it > do that itself rather than passing them in. This also puts the ops > lookup at a more logical point relative to the rest of the flow through > __iommu_probe_device(). > > Signed-off-by: Robin Murphy <robin.murphy@xxxxxxx> > --- > > v2: New > > drivers/iommu/iommu.c | 30 ++++++++++++++++-------------- > 1 file changed, 16 insertions(+), 14 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason