dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
David Howells 2010-01-08 14:43:18 -08:00 committed by Linus Torvalds
parent 07c706a622
commit e716381f9f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}