On 4/20/23 12:11 AM, Jason Gunthorpe wrote:
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
index dbaf3ed9012c45..a82516c8ea87ad 100644
--- a/drivers/iommu/iommu.c
+++ b/drivers/iommu/iommu.c
@@ -569,7 +569,6 @@ static void __iommu_group_remove_device(struct device *dev)
                        dev->iommu_group = NULL;
                goto out;

Nit, given that below line has been removed, can above simply be a
loop break?

        }
-       WARN(true, "Corrupted iommu_group device_list");
  out:
        mutex_unlock(&group->mutex);

Best regards,
baolu

Reply via email to