Skip to content

Commit

Permalink
mn10300: use KERN_ERR not KERN_ERROR
Browse files Browse the repository at this point in the history
Use KERN_ERR not KERN_ERROR in the ASB2305 platform code.

Signed-off-by: David Howells <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
dhowells authored and torvalds committed Jan 11, 2010
1 parent 07c706a commit e716381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mn10300/unit-asb2305/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e716381

Please sign in to comment.