Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75c59716 authored by Hiroshi Doyu's avatar Hiroshi Doyu Committed by Marek Szyprowski
Browse files

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: default avatarHiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
parent 5a796eeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1666,7 +1666,7 @@ int arm_iommu_attach_device(struct device *dev,
	dev->archdata.mapping = mapping;
	dev->archdata.mapping = mapping;
	set_dma_ops(dev, &iommu_ops);
	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;
	return 0;
}
}