]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
amd-iommu: remove unnecessary "AMD IOMMU: " prefix
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 9 Jun 2009 10:00:37 +0000 (12:00 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 9 Jun 2009 10:01:58 +0000 (12:01 +0200)
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: Joerg Roedel <joerg.roedel@amd.com>
arch/x86/kernel/amd_iommu.c

index 772e91088e405f002a9eb26a68fa43b2d3785301..1c60554537c358ef37fa9352e5bfd624dadf3e1a 100644 (file)
@@ -1266,9 +1266,8 @@ 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",
-                               (*domain)->id, dev_name(dev));
+               DUMP_printk("Using protection domain %d for device %s\n",
+                           (*domain)->id, dev_name(dev));
        }
 
        if (domain_for_device(_bdf) == NULL)