X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fpci%2Fsetup-irq.c;h=05ca2ed9eb51fdc24340a3244a087e4680ae86ce;hb=c203e45f069af47ca7623e4dcd8c00bfba2722e4;hp=568f1877315c5532d39052e4e615f1304a48cb93;hpb=5a84d159061d914c8dd4aa372ac6e9529c2be453;p=karo-tx-linux.git diff --git a/drivers/pci/setup-irq.c b/drivers/pci/setup-irq.c index 568f1877315c..05ca2ed9eb51 100644 --- a/drivers/pci/setup-irq.c +++ b/drivers/pci/setup-irq.c @@ -48,7 +48,7 @@ pdev_fixup_irq(struct pci_dev *dev, dev->irq = irq; pr_debug("PCI: fixup irq: (%s) got %d\n", - dev->dev.kobj.name, dev->irq); + kobject_name(&dev->dev.kobj), dev->irq); /* Always tell the device, so the driver knows what is the real IRQ to use; the device does not use it. */