bcm47xx: Fix warning 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
SVN-Revision: 10626
This commit is contained in:
parent
68523387b3
commit
2aefffe565
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue