Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}