bcm47xx: Fix warning arch/mips/bcm947xx/irq.c: In function 'pcibios_map_irq': arch...
authorMichael Büsch <mb@bu3sch.de>
Wed, 19 Mar 2008 11:55:31 +0000 (11:55 +0000)
committerMichael Büsch <mb@bu3sch.de>
Wed, 19 Mar 2008 11:55:31 +0000 (11:55 +0000)
SVN-Revision: 10626

target/linux/brcm47xx/files/arch/mips/bcm947xx/irq.c

index c6b85a959fdfc4fd7f3d52a298f50b93cc6a2707..d7078943534723bf6c25214e3898ded2265798a3 100644 (file)
@@ -76,7 +76,7 @@ int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
        res = ssb_pcibios_map_irq(dev, slot, pin);
        if (res < 0) {
                printk(KERN_ALERT "PCI: Failed to map IRQ of device %s\n",
-                      pci_name((struct pci_dev *)dev));
+                      dev->dev.bus_id);
                return 0;
        }
        /* IRQ-0 and IRQ-1 are software interrupts. */