X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fdevices%2Fpci_ops.c;h=07da30034ffffeeef29dcadc5797b9cefa30c5be;hp=2dae50e4eb86d97e0eafe142e9a5be12bf3b08cb;hb=35e912cef3aac245202694736281aa8475e977f1;hpb=7ea327f561bd48d59920caca527a65b6b60f7097 diff --git a/src/devices/pci_ops.c b/src/devices/pci_ops.c index 2dae50e4e..07da30034 100644 --- a/src/devices/pci_ops.c +++ b/src/devices/pci_ops.c @@ -78,7 +78,6 @@ u16 pci_read_config16(device_t dev, unsigned int where) u32 pci_read_config32(device_t dev, unsigned int where) { struct bus *pbus = get_pbus(dev); - printk(BIOS_INFO, "%s: ops_pci_bus(pbus)->read32: 0x%08x\n", __func__, (unsigned int) ops_pci_bus(pbus)->read32); return ops_pci_bus(pbus)->read32(pbus, dev->bus->secondary, dev->path.pci.devfn, where); }