Commit 7bd23819 authored by Russell King's avatar Russell King

[ARM] Remove pci_dev->dev.name in favour of pci_name()

parent daa418cc
......@@ -263,7 +263,7 @@ struct pci_fixup pcibios_fixups[] = {
void __devinit pcibios_update_irq(struct pci_dev *dev, int irq)
{
if (debug_pci)
printk("PCI: Assigning IRQ %02d to %s\n", irq, dev->dev.name);
printk("PCI: Assigning IRQ %02d to %s\n", irq, pci_name(dev));
pci_write_config_byte(dev, PCI_INTERRUPT_LINE, irq);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment