diff options
author | David Howells <dhowells@redhat.com> | 2010-01-08 14:43:18 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-11 09:34:10 -0800 |
commit | e716381f9f4ea65df2e2a911275b47ed6ae53d4b (patch) | |
tree | d48476ff6a7e3929a3fb4ff60f9dde034377639f /arch/mn10300 | |
parent | 07c706a6226ea7556a41fced300248d1daac90db (diff) | |
download | linux-e716381f9f4ea65df2e2a911275b47ed6ae53d4b.tar.gz linux-e716381f9f4ea65df2e2a911275b47ed6ae53d4b.tar.bz2 linux-e716381f9f4ea65df2e2a911275b47ed6ae53d4b.zip |
mn10300: use KERN_ERR not KERN_ERROR
Use KERN_ERR not KERN_ERROR in the ASB2305 platform code.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mn10300')
-rw-r--r-- | arch/mn10300/unit-asb2305/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/unit-asb2305/pci.c b/arch/mn10300/unit-asb2305/pci.c index 07dbbcda3b2e..082590f5af15 100644 --- a/arch/mn10300/unit-asb2305/pci.c +++ b/arch/mn10300/unit-asb2305/pci.c @@ -279,7 +279,7 @@ static int __init pci_sanity_check(struct pci_ops *o) (x == PCI_VENDOR_ID_INTEL || x == PCI_VENDOR_ID_COMPAQ))) return 1; - printk(KERN_ERROR "PCI: Sanity check failed\n"); + printk(KERN_ERR "PCI: Sanity check failed\n"); return 0; } |