Merge branch 'pci/misc' into next
* pci/misc: PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGS
This commit is contained in:
commit
fd5e20bcb4
|
@ -515,7 +515,7 @@ static bool pcie_capability_reg_implemented(struct pci_dev *dev, int pos)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
switch (pos) {
|
switch (pos) {
|
||||||
case PCI_EXP_FLAGS_TYPE:
|
case PCI_EXP_FLAGS:
|
||||||
return true;
|
return true;
|
||||||
case PCI_EXP_DEVCAP:
|
case PCI_EXP_DEVCAP:
|
||||||
case PCI_EXP_DEVCTL:
|
case PCI_EXP_DEVCTL:
|
||||||
|
|
Loading…
Reference in New Issue