mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
ionic: add pcie_print_link_status
Print the PCIe link information for our device.
Fixes: 77f972a707
("ionic: remove support for mgmt device")
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3049f0fd3b
commit
c25cba3689
@ -248,6 +248,7 @@ static int ionic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
|
||||
}
|
||||
|
||||
pci_set_master(pdev);
|
||||
pcie_print_link_status(pdev);
|
||||
|
||||
err = ionic_map_bars(ionic);
|
||||
if (err)
|
||||
|
Loading…
Reference in New Issue
Block a user