Skip to content

Commit

Permalink
Merge branch 'pci/misc' into next
Browse files Browse the repository at this point in the history
* pci/misc:
  PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGS
  • Loading branch information
Bjorn Helgaas committed Feb 16, 2013
2 parents ad06bff + 969daa3 commit fd5e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/access.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ static bool pcie_capability_reg_implemented(struct pci_dev *dev, int pos)
return false;

switch (pos) {
case PCI_EXP_FLAGS_TYPE:
case PCI_EXP_FLAGS:
return true;
case PCI_EXP_DEVCAP:
case PCI_EXP_DEVCTL:
Expand Down

0 comments on commit fd5e20b

Please sign in to comment.