commit | 6cf57be0f78e289aaf236f8bc55c40ea6c422c75 | [log] [tgz] |
---|---|---|
author | Tal Gilboa <[email protected]> | Fri Mar 30 07:44:05 2018 -0500 |
committer | Bjorn Helgaas <[email protected]> | Fri Mar 30 15:33:38 2018 -0500 |
tree | 6a139948424dfd0d349b2baf06bdcd4370285427 | |
parent | 1acfb9b7ee0b1881bb8e875b6757976e48293ec4 [diff] |
PCI: Add pcie_get_speed_cap() to find max supported link speed Add pcie_get_speed_cap() to find the max link speed supported by a device. Change max_link_speed_show() to use pcie_get_speed_cap(). Signed-off-by: Tal Gilboa <[email protected]> [bhelgaas: return speed directly instead of error and *speed, don't export outside drivers/pci] Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Tariq Toukan <[email protected]>