diff options
Diffstat (limited to 'drivers/pci/intel-iommu.c')
-rw-r--r-- | drivers/pci/intel-iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index f3f686581a90..b548937d4746 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c | |||
@@ -1970,7 +1970,7 @@ static inline void iommu_prepare_isa(void) | |||
1970 | ret = iommu_prepare_identity_map(pdev, 0, 16*1024*1024); | 1970 | ret = iommu_prepare_identity_map(pdev, 0, 16*1024*1024); |
1971 | 1971 | ||
1972 | if (ret) | 1972 | if (ret) |
1973 | printk("IOMMU: Failed to create 0-64M identity map, " | 1973 | printk(KERN_ERR "IOMMU: Failed to create 0-64M identity map, " |
1974 | "floppy might not work\n"); | 1974 | "floppy might not work\n"); |
1975 | 1975 | ||
1976 | } | 1976 | } |