]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: Remove PCIe Capability version checks
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 28 Aug 2013 17:33:53 +0000 (11:33 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 29 Aug 2013 02:51:39 +0000 (20:51 -0600)
commitc8b303d0206b28c4ff3aecada47108d1655ae00f
treebbb96ddfdeb3707f479b4b924fb0c3079165ca98
parentd3694d4fa3f44f6a295f8ab064937c8a1549d174
PCI: Remove PCIe Capability version checks

Previously we relied on the PCIe r3.0, sec 7.8, spec language that says
"For Functions that do not implement the [Link, Slot, Root] registers,
these spaces must be hardwired to 0b," which means that for v2 PCIe
capabilities, we don't need to check the device type at all.

But it's simpler if we don't need to check the capability version at all,
and I think the spec is explicit enough about which registers are required
for which types that we can remove the version checks.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-By: Jiang Liu <jiang.liu@huawei.com>
drivers/pci/access.c