diff options
-rw-r--r-- | arch/x86/kernel/amd_iommu.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c index 772e91088e40..1c60554537c3 100644 --- a/arch/x86/kernel/amd_iommu.c +++ b/arch/x86/kernel/amd_iommu.c | |||
@@ -1266,9 +1266,8 @@ static int get_device_resources(struct device *dev, | |||
1266 | dma_dom = (*iommu)->default_dom; | 1266 | dma_dom = (*iommu)->default_dom; |
1267 | *domain = &dma_dom->domain; | 1267 | *domain = &dma_dom->domain; |
1268 | attach_device(*iommu, *domain, *bdf); | 1268 | attach_device(*iommu, *domain, *bdf); |
1269 | DUMP_printk(KERN_INFO "AMD IOMMU: Using protection domain " | 1269 | DUMP_printk("Using protection domain %d for device %s\n", |
1270 | "%d for device %s\n", | 1270 | (*domain)->id, dev_name(dev)); |
1271 | (*domain)->id, dev_name(dev)); | ||
1272 | } | 1271 | } |
1273 | 1272 | ||
1274 | if (domain_for_device(_bdf) == NULL) | 1273 | if (domain_for_device(_bdf) == NULL) |