]> xenbits.xensource.com Git - seabios.git/commitdiff
Minor - remove debugging dprintf added to pciinit.c. rel-1.7.3
authorKevin O'Connor <kevin@koconnor.net>
Fri, 14 Jun 2013 01:35:51 +0000 (21:35 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 14 Jun 2013 01:35:51 +0000 (21:35 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/pciinit.c

index 1943e644c1822be2e0be22392b1871ff032a3430..8370b960e7384d574a64ba3e87546e23e7e9f779 100644 (file)
@@ -606,8 +606,6 @@ pci_region_create_entry(struct pci_bus *bus, struct pci_device *dev,
             break;
     }
     hlist_add(&entry->node, pprev);
-    dprintf(1, "Add %p to %p (bus=%p dev=%p bar=%d size=%llx align=%lld type=%d is64=%d\n"
-            , entry, pprev, bus, dev, bar, size, align, type, is64);
     return entry;
 }