commit | b891b4dc1eed33543c5818dae43ce8bb55f2080c | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Nov 09 15:56:03 2012 +0900 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Nov 09 11:17:59 2012 -0700 |
tree | dff8e2872e4cc018ed8e93bb529ebf305a4029aa | |
parent | 6e965e0d0e1d102c261326b06338d3385ea55f97 [diff] |
PCI: Fix bit definitions of PCI_EXP_LNKCAP2 register 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>