Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45470
b: refs/heads/master
c: 47a4d5b
h: refs/heads/master
v: v3
  • Loading branch information
Brice Goglin authored and Linus Torvalds committed Jan 12, 2007
1 parent 6fd4760 commit 02284c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: e5e5673f828623e58a401862b33173591faaeaff
refs/heads/master: 47a4d5be7c50b2e9b905abbe2b97dc87051c5a44
3 changes: 2 additions & 1 deletion trunk/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ static int __pci_find_next_ht_cap(struct pci_dev *dev, int pos, int ht_cap)
if ((cap & mask) == ht_cap)
return pos;

pos = __pci_find_next_cap_ttl(dev->bus, dev->devfn, pos,
pos = __pci_find_next_cap_ttl(dev->bus, dev->devfn,
pos + PCI_CAP_LIST_NEXT,
PCI_CAP_ID_HT, &ttl);
}

Expand Down

0 comments on commit 02284c5

Please sign in to comment.