Skip to content
Snippets Groups Projects
Commit e716381f authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

mn10300: use KERN_ERR not KERN_ERROR


Use KERN_ERR not KERN_ERROR in the ASB2305 platform code.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 07c706a6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment