diff options
Diffstat (limited to 'drivers/pci/quirks.c')
-rw-r--r-- | drivers/pci/quirks.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 9236e7f869c8..e872ac925b4b 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
@@ -1561,8 +1561,7 @@ static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, struct pci_f | |||
1561 | if ((f->vendor == dev->vendor || f->vendor == (u16) PCI_ANY_ID) && | 1561 | if ((f->vendor == dev->vendor || f->vendor == (u16) PCI_ANY_ID) && |
1562 | (f->device == dev->device || f->device == (u16) PCI_ANY_ID)) { | 1562 | (f->device == dev->device || f->device == (u16) PCI_ANY_ID)) { |
1563 | #ifdef DEBUG | 1563 | #ifdef DEBUG |
1564 | dev_dbg(&dev->dev, "calling "); | 1564 | dev_dbg(&dev->dev, "calling %pF\n", f->hook); |
1565 | print_fn_descriptor_symbol("%s\n", f->hook); | ||
1566 | #endif | 1565 | #endif |
1567 | f->hook(dev); | 1566 | f->hook(dev); |
1568 | } | 1567 | } |