mn10300: use KERN_ERR not KERN_ERROR
[safe/jmp/linux-2.6] / arch / mn10300 / unit-asb2305 / pci.c
index 07dbbcd..082590f 100644 (file)
@@ -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;
 }