x86/amd-iommu: Remove redundant 'IOMMU' string
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 1 Sep 2009 14:52:16 +0000 (16:52 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Thu, 3 Sep 2009 13:49:56 +0000 (15:49 +0200)
The 'IOMMU: ' prefix is not necessary because the
DUMP_printk macro already prints its own prefix.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
arch/x86/kernel/amd_iommu_init.c

index 169958ad6243315a8fb1ecb86f3282b36244d96c..264b3ef9dd6e55513804188abf6bdb43282ece3d 100644 (file)
@@ -858,7 +858,7 @@ static int __init init_iommu_all(struct acpi_table_header *table)
                switch (*p) {
                case ACPI_IVHD_TYPE:
 
-                       DUMP_printk("IOMMU: device: %02x:%02x.%01x cap: %04x "
+                       DUMP_printk("device: %02x:%02x.%01x cap: %04x "
                                    "seg: %d flags: %01x info %04x\n",
                                    PCI_BUS(h->devid), PCI_SLOT(h->devid),
                                    PCI_FUNC(h->devid), h->cap_ptr,
This page took 0.026559 seconds and 5 git commands to generate.