aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/quirks.c')
-rw-r--r--drivers/pci/quirks.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 9575fc8f87b..bbf66ea8fd8 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -1934,9 +1934,7 @@ static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, struct pci_f
1934 while (f < end) { 1934 while (f < end) {
1935 if ((f->vendor == dev->vendor || f->vendor == (u16) PCI_ANY_ID) && 1935 if ((f->vendor == dev->vendor || f->vendor == (u16) PCI_ANY_ID) &&
1936 (f->device == dev->device || f->device == (u16) PCI_ANY_ID)) { 1936 (f->device == dev->device || f->device == (u16) PCI_ANY_ID)) {
1937#ifdef DEBUG
1938 dev_dbg(&dev->dev, "calling %pF\n", f->hook); 1937 dev_dbg(&dev->dev, "calling %pF\n", f->hook);
1939#endif
1940 f->hook(dev); 1938 f->hook(dev);
1941 } 1939 }
1942 f++; 1940 f++;