Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186973
b: refs/heads/master
c: c541138
h: refs/heads/master
i:
  186971: 0b56e2a
v: v3
  • Loading branch information
Jacob Pan authored and H. Peter Anvin committed Feb 24, 2010
1 parent 10ea7d9 commit 55e7494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9eeeb09edba1e3544526611663472743ca584d36
refs/heads/master: c54113823c777f035fa7444f8841fbccda4a5cc0
4 changes: 4 additions & 0 deletions trunk/arch/x86/pci/mrst.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ static int fixed_bar_cap(struct pci_bus *bus, unsigned int devfn)
u32 pcie_cap = 0, cap_data;

pos = PCIE_CAP_OFFSET;

if (!raw_pci_ext_ops)
return 0;

while (pos) {
if (raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number,
devfn, pos, 4, &pcie_cap))
Expand Down

0 comments on commit 55e7494

Please sign in to comment.