diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2009-09-01 10:52:16 -0400 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-09-03 09:49:56 -0400 |
commit | ae908c22aa2b9f7d4b41bd02d14e473f79c22dd3 (patch) | |
tree | e0a91d361c00b5ba40f3b8f5421ef0a307090615 /arch/x86/kernel/amd_iommu_init.c | |
parent | 4c6f40d4e0f0bba77a5f27eec4e1c6d1c457d324 (diff) |
x86/amd-iommu: Remove redundant 'IOMMU' string
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>
Diffstat (limited to 'arch/x86/kernel/amd_iommu_init.c')
-rw-r--r-- | arch/x86/kernel/amd_iommu_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/amd_iommu_init.c b/arch/x86/kernel/amd_iommu_init.c index 169958ad624..264b3ef9dd6 100644 --- a/arch/x86/kernel/amd_iommu_init.c +++ b/arch/x86/kernel/amd_iommu_init.c | |||
@@ -858,7 +858,7 @@ static int __init init_iommu_all(struct acpi_table_header *table) | |||
858 | switch (*p) { | 858 | switch (*p) { |
859 | case ACPI_IVHD_TYPE: | 859 | case ACPI_IVHD_TYPE: |
860 | 860 | ||
861 | DUMP_printk("IOMMU: device: %02x:%02x.%01x cap: %04x " | 861 | DUMP_printk("device: %02x:%02x.%01x cap: %04x " |
862 | "seg: %d flags: %01x info %04x\n", | 862 | "seg: %d flags: %01x info %04x\n", |
863 | PCI_BUS(h->devid), PCI_SLOT(h->devid), | 863 | PCI_BUS(h->devid), PCI_SLOT(h->devid), |
864 | PCI_FUNC(h->devid), h->cap_ptr, | 864 | PCI_FUNC(h->devid), h->cap_ptr, |