Skip to content

Commit c25cba3

Browse files
emuslndavem330
authored andcommitted
ionic: add pcie_print_link_status
Print the PCIe link information for our device. Fixes: 77f972a ("ionic: remove support for mgmt device") Signed-off-by: Shannon Nelson <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3049f0f commit c25cba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ static int ionic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
248248
}
249249

250250
pci_set_master(pdev);
251+
pcie_print_link_status(pdev);
251252

252253
err = ionic_map_bars(ionic);
253254
if (err)

0 commit comments

Comments
 (0)