]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
of: iommu: Silence misleading warning
authorRobin Murphy <robin.murphy@arm.com>
Wed, 22 Jul 2015 17:47:00 +0000 (18:47 +0100)
committerJoerg Roedel <jroedel@suse.de>
Mon, 3 Aug 2015 14:07:49 +0000 (16:07 +0200)
commit7b0ce727bf7ac5240a433109f53bf78788f9159b
tree08b6824b5c96d58d0045aa65d61d7cc46592b0c5
parent74d33293e467df61de1b1d8b2fbe29e550dec33b
of: iommu: Silence misleading warning

Printing "IOMMU is currently not supported for PCI" for
every PCI device probed on a DT-based system proves to be
both irritatingly noisy and confusing to users who have
misinterpreted it to mean they can no longer use VFIO device
assignment.

Since configuring DMA masks for PCI devices via
of_dma_configure() has not in fact changed anything with
regard to IOMMUs there really is nothing to warn about here;
shut it up.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/of_iommu.c