ARM: dma-mapping: Refrain noisy console message
authorHiroshi Doyu <hdoyu@nvidia.com>
Tue, 11 Sep 2012 05:39:48 +0000 (07:39 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 2 Oct 2012 06:57:45 +0000 (08:57 +0200)
With many IOMMU'able devices, console gets noisy.

Tegra30 has a few dozen of IOMMU'able devices.

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
arch/arm/mm/dma-mapping.c

index c390cea..3819f02 100644 (file)
@@ -1666,7 +1666,7 @@ int arm_iommu_attach_device(struct device *dev,
        dev->archdata.mapping = mapping;
        set_dma_ops(dev, &iommu_ops);
 
-       pr_info("Attached IOMMU controller to %s device.\n", dev_name(dev));
+       pr_debug("Attached IOMMU controller to %s device.\n", dev_name(dev));
        return 0;
 }