diff options
author | Frank Seidel <frank@f-seidel.de> | 2009-02-06 04:23:36 -0500 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.lan> | 2009-03-19 22:29:27 -0400 |
commit | 1c35b8e538cb6259accb215099cdb673310cad84 (patch) | |
tree | 3050e2b7452c3558543e392fbc4bf4ab76cac308 /drivers/pci/intel-iommu.c | |
parent | 2b56313448bb8efad3af19f211d988c8352ac04d (diff) |
PCI: add missing KERN_* constants to printks
According to kerneljanitors todo list all printk calls (beginning
a new line) should have an according KERN_* constant.
Those are the missing pieces here for the pci subsystem.
Signed-off-by: Frank Seidel <frank@f-seidel.de>
Reviewed-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Tested-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
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 | } |