pps: locking scheme fix up for PPS_GETPARAMS
[sfrench/cifs-2.6.git] / drivers / pci / setup-irq.c
index 568f1877315c5532d39052e4e615f1304a48cb93..aa795fd428ded07fd01d25755fe6680e6091041c 100644 (file)
@@ -47,8 +47,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);
+       dev_dbg(&dev->dev, "fixup irq: got %d\n", dev->irq);
 
        /* Always tell the device, so the driver knows what is
           the real IRQ to use; the device does not use it. */