Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...
[platform/kernel/linux-rpi.git] / drivers / acpi / scan.c
index 531a9e3..691d4b7 100644 (file)
@@ -1584,7 +1584,7 @@ static const struct iommu_ops *acpi_iommu_configure_id(struct device *dev,
         * If we have reason to believe the IOMMU driver missed the initial
         * iommu_probe_device() call for dev, replay it to get things in order.
         */
-       if (!err && dev->bus && !device_iommu_mapped(dev))
+       if (!err && dev->bus)
                err = iommu_probe_device(dev);
 
        /* Ignore all other errors apart from EPROBE_DEFER */