]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iommu: Don't warn prematurely about dodgy probes
authorRobin Murphy <robin.murphy@arm.com>
Wed, 12 Mar 2025 15:01:31 +0000 (15:01 +0000)
committerJoerg Roedel <jroedel@suse.de>
Wed, 12 Mar 2025 15:58:27 +0000 (16:58 +0100)
commit73d2f10957f517e5918c81b7e859e214ba71c044
tree37a05f9be94d0afe4c5993cd3c81b7f40d004b5e
parentbcb81ac6ae3c2ef95b44e7b54c3c9522364a245c
iommu: Don't warn prematurely about dodgy probes

The warning for suspect probe conditions inadvertently got moved too
early in a prior respin - it happened to work out OK for fwspecs, but in
general still needs to be after the ops->probe_device call so drivers
which filter devices for themselves have a chance to do that.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Fixes: bcb81ac6ae3c ("iommu: Get DT/ACPI parsing into the proper probe path")
Link: https://lore.kernel.org/r/72a4853e7ef36e7c1c4ca171ed4ed8e1a463a61a.1741791691.git.robin.murphy@arm.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/iommu.c