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

Commit e9a22a13 authored by Joerg Roedel's avatar Joerg Roedel
Browse files

amd-iommu: remove unnecessary "AMD IOMMU: " prefix



That prefix is already included in the DUMP_printk macro. So there is no
need to repeat it in the format string.

Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
parent 71ff3bca
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1266,8 +1266,7 @@ static int get_device_resources(struct device *dev,
			dma_dom = (*iommu)->default_dom;
		*domain = &dma_dom->domain;
		attach_device(*iommu, *domain, *bdf);
		DUMP_printk(KERN_INFO "AMD IOMMU: Using protection domain "
				"%d for device %s\n",
		DUMP_printk("Using protection domain %d for device %s\n",
			    (*domain)->id, dev_name(dev));
	}