Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116731
b: refs/heads/master
c: 1543c90
h: refs/heads/master
i:
  116729: b302e87
  116727: 57a59e2
v: v3
  • Loading branch information
Jesse Barnes committed Oct 20, 2008
1 parent b0bc6a0 commit 986ce2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd1d9855be3ab8a5c2b31053d464b7fe63e6963b
refs/heads/master: 1543c90c39360df333a21bfbbdfe812ae23b8167
2 changes: 0 additions & 2 deletions trunk/drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -1934,9 +1934,7 @@ static void pci_do_fixups(struct pci_dev *dev, struct pci_fixup *f, struct pci_f
while (f < end) {
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 %pF\n", f->hook);
#endif
f->hook(dev);
}
f++;
Expand Down

0 comments on commit 986ce2b

Please sign in to comment.