]> git.hungrycats.org Git - linux/commitdiff
pci/setup-bus.c: Fix compile bustage from pci header cleanup
authorDoug Ledford <dledford@aladin.rdu.redhat.com>
Sun, 17 Nov 2002 11:41:15 +0000 (06:41 -0500)
committerDoug Ledford <dledford@aladin.rdu.redhat.com>
Sun, 17 Nov 2002 11:41:15 +0000 (06:41 -0500)
drivers/pci/setup-bus.c

index adc5ed2942f5da2b8b7aa2fef6532bc927953cf1..52248c5e2bf5e7d33d2dc37b574b9054d108246c 100644 (file)
@@ -105,7 +105,7 @@ pci_setup_bridge(struct pci_bus *bus)
        pcibios_fixup_pbus_ranges(bus, &ranges);
 
        DBGC((KERN_INFO "PCI: Bus %d, bridge: %s\n",
-                       bus->number, bridge->name));
+                       bus->number, bridge->dev.name));
 
        /* Set up the top and bottom of the PCI I/O segment for this bus. */
        if (bus->resource[0]->flags & IORESOURCE_IO) {