From e800b91f38390987756de181f595c5b5492e00b7 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 17 Jan 2006 21:12:03 +0000 Subject: [PATCH] Typo git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2160 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/pci_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index 1497f72703..f89f5bbbda 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -1041,7 +1041,7 @@ unsigned int pci_scan_bus(struct bus *bus, if(old_devices) { device_t left; for(left = old_devices; left; left = left->sibling) { - printk_error("%s\n", dev_path(left)); + printk_err("%s\n", dev_path(left)); } die("PCI: Left over static devices. Check your Config.lb\n"); }