Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'pci/misc' into next

* pci/misc:
PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGS

+1 -1
+1 -1
drivers/pci/access.c
··· 515 515 return false; 516 516 517 517 switch (pos) { 518 - case PCI_EXP_FLAGS_TYPE: 518 + case PCI_EXP_FLAGS: 519 519 return true; 520 520 case PCI_EXP_DEVCAP: 521 521 case PCI_EXP_DEVCTL: