1
0
Fork 0

ARM: dma-mapping: Refrain noisy console message

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>
hifive-unleashed-5.1
Hiroshi Doyu 2012-09-11 07:39:48 +02:00 committed by Marek Szyprowski
parent 5a796eeb7b
commit 75c5971614
1 changed files with 1 additions and 1 deletions

View 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;
}