X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fpci%2Fsetup-irq.c;h=05ca2ed9eb51fdc24340a3244a087e4680ae86ce;hb=97bff0953dd45a633fa69e1a650d612f5610a60b;hp=568f1877315c5532d39052e4e615f1304a48cb93;hpb=cb553c480078759014096bc766dc76400e1d8397;p=linux-2.6 diff --git a/drivers/pci/setup-irq.c b/drivers/pci/setup-irq.c index 568f187731..05ca2ed9eb 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. */