projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c706a
)
mn10300: use KERN_ERR not KERN_ERROR
author
David Howells
<dhowells@redhat.com>
Fri, 8 Jan 2010 22:43:18 +0000
(14:43 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 11 Jan 2010 17:34:10 +0000
(09:34 -0800)
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>
arch/mn10300/unit-asb2305/pci.c
patch
|
blob
|
history
diff --git
a/arch/mn10300/unit-asb2305/pci.c
b/arch/mn10300/unit-asb2305/pci.c
index 07dbbcda3b2e5dc57f71ee2ba376f6da83010d63..082590f5af1520168cb110521999225c4d59d068 100644
(file)
--- 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_ERR
OR
"PCI: Sanity check failed\n");
+ printk(KERN_ERR "PCI: Sanity check failed\n");
return 0;
}