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>

authored by David Howells and committed by Linus Torvalds e716381f 07c706a6

+1 -1
+1 -1
arch/mn10300/unit-asb2305/pci.c
··· 279 279 (x == PCI_VENDOR_ID_INTEL || x == PCI_VENDOR_ID_COMPAQ))) 280 280 return 1; 281 281 282 - printk(KERN_ERROR "PCI: Sanity check failed\n"); 282 + printk(KERN_ERR "PCI: Sanity check failed\n"); 283 283 return 0; 284 284 } 285 285