bcm47xx: Fix warning
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Mar 2008 11:55:31 +0000 (11:55 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Mar 2008 11:55:31 +0000 (11:55 +0000)
arch/mips/bcm947xx/irq.c: In function 'pcibios_map_irq':
arch/mips/bcm947xx/irq.c:78: warning: passing argument 1 of 'pci_name' discards qualifiers from pointer target type

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10626 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index c6b85a9..d707894 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. */
This page took 0.020182 seconds and 4 git commands to generate.