Merge branch 'pci/misc' into next

* pci/misc:
  PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGS
This commit is contained in:
Bjorn Helgaas 2013-02-15 17:44:19 -07:00
commit fd5e20bcb4

View File

@ -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: