]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/intel-iommu.c
PCI: fix HT MSI mapping fix
[linux-2.6-omap-h63xx.git] / drivers / pci / intel-iommu.c
index f3f686581a9026685dc3e6c994b00e88ed88486c..b548937d47463e9f41be4680c0ace5b78994b5f4 100644 (file)
@@ -1970,7 +1970,7 @@ static inline void iommu_prepare_isa(void)
        ret = iommu_prepare_identity_map(pdev, 0, 16*1024*1024);
 
        if (ret)
-               printk("IOMMU: Failed to create 0-64M identity map, "
+               printk(KERN_ERR "IOMMU: Failed to create 0-64M identity map, "
                        "floppy might not work\n");
 
 }