PCI: use %pF instead of print_fn_descriptor_symbol() in quirks.c
[deliverable/linux.git] / drivers / pci / quirks.c
index 246918fe94826d37a038a72e54febc2cb35ea63b..9575fc8f87b331375badbf16899e2d8f7be77494 100644 (file)
@@ -1935,8 +1935,7 @@ static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, struct pci_f
                if ((f->vendor == dev->vendor || f->vendor == (u16) PCI_ANY_ID) &&
                    (f->device == dev->device || f->device == (u16) PCI_ANY_ID)) {
 #ifdef DEBUG
-                       dev_dbg(&dev->dev, "calling ");
-                       print_fn_descriptor_symbol("%s\n", f->hook);
+                       dev_dbg(&dev->dev, "calling %pF\n", f->hook);
 #endif
                        f->hook(dev);
                }
This page took 0.024194 seconds and 5 git commands to generate.