mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-06 02:24:14 +08:00
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;
|
||||
|
||||
switch (pos) {
|
||||
case PCI_EXP_FLAGS_TYPE:
|
||||
case PCI_EXP_FLAGS:
|
||||
return true;
|
||||
case PCI_EXP_DEVCAP:
|
||||
case PCI_EXP_DEVCTL:
|
||||
|
Loading…
Reference in New Issue
Block a user