Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174791
b: refs/heads/master
c: d3ccc40
h: refs/heads/master
i:
  174789: 1eeccd1
  174787: ae8eb12
  174783: 0b21ed3
v: v3
  • Loading branch information
Kenji Kaneshige authored and Jesse Barnes committed Nov 24, 2009
1 parent fb5ecbb commit 369c2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 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: db9538a7495e33f3571c0e791c7678bc0c6ef50f
refs/heads/master: d3ccc4091f0d63a3e0976c739c27037a5666060d
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/pcihp_slot.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void program_hpp_type2(struct pci_dev *dev, struct hpp_type2 *hpp)
return;

/* Find PCI Express capability */
pos = pci_find_capability(dev, PCI_CAP_ID_EXP);
pos = pci_pcie_cap(dev);
if (!pos)
return;

Expand Down

0 comments on commit 369c2ec

Please sign in to comment.