Re: [PATCH] iommu: Use dev_iommu_ops() for probe_finalize

2022-04-22 Thread Lu Baolu
On 2022/4/22 20:33, Robin Murphy wrote: The ->probe_finalize hook only runs after ->probe_device succeeds, so we can move that over to the new dev_iommu_ops() as well. Signed-off-by: Robin Murphy Reviewed-by: Lu Baolu Best regards, baolu --- Another cheeky little one which doesn't need

[PATCH] iommu: Use dev_iommu_ops() for probe_finalize

2022-04-22 Thread Robin Murphy
The ->probe_finalize hook only runs after ->probe_device succeeds, so we can move that over to the new dev_iommu_ops() as well. Signed-off-by: Robin Murphy --- Another cheeky little one which doesn't need to wait... drivers/iommu/iommu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)