Commit 5d45480e authored by Russell King's avatar Russell King

[ARM] Remove reference to struct device name element.

parent 9af2c599
...@@ -36,8 +36,8 @@ static int __init netwinder_map_irq(struct pci_dev *dev, u8 slot, u8 pin) ...@@ -36,8 +36,8 @@ static int __init netwinder_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
return IRQ_NETWINDER_ETHER10; return IRQ_NETWINDER_ETHER10;
default: default:
printk(KERN_ERR "PCI: unknown device in slot %s: %s\n", printk(KERN_ERR "PCI: unknown device in slot %s\n",
pci_name(dev), dev->dev.name); pci_name(dev));
return 0; return 0;
} }
} }
......
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