PCI: Fix bit definitions of PCI_EXP_LNKCAP2 register
authorJingoo Han <jg1.han@samsung.com>
Fri, 9 Nov 2012 06:56:03 +0000 (15:56 +0900)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 9 Nov 2012 18:17:59 +0000 (11:17 -0700)
According to the PCIe 3.0 spec, PCI_EXP_LNKCAP2_SLS_2_5GB is
1st bit of PCI_EXP_LNKCAP2 register, not 0th bit. So, the bit
definition of supported link speed vector should be fixed.

[bhelgaas: change "Current" to "Supported"]
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found