aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/hw/hfi1/chip.c')
-rw-r--r--drivers/infiniband/hw/hfi1/chip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/hfi1/chip.c b/drivers/infiniband/hw/hfi1/chip.c
index 0f6916d2d549..39279fd630bc 100644
--- a/drivers/infiniband/hw/hfi1/chip.c
+++ b/drivers/infiniband/hw/hfi1/chip.c
@@ -13841,14 +13841,14 @@ static void init_chip(struct hfi1_devdata *dd)
13841 dd_dev_info(dd, "Resetting CSRs with FLR\n"); 13841 dd_dev_info(dd, "Resetting CSRs with FLR\n");
13842 13842
13843 /* do the FLR, the DC reset will remain */ 13843 /* do the FLR, the DC reset will remain */
13844 hfi1_pcie_flr(dd); 13844 pcie_flr(dd->pcidev);
13845 13845
13846 /* restore command and BARs */ 13846 /* restore command and BARs */
13847 restore_pci_variables(dd); 13847 restore_pci_variables(dd);
13848 13848
13849 if (is_ax(dd)) { 13849 if (is_ax(dd)) {
13850 dd_dev_info(dd, "Resetting CSRs with FLR\n"); 13850 dd_dev_info(dd, "Resetting CSRs with FLR\n");
13851 hfi1_pcie_flr(dd); 13851 pcie_flr(dd->pcidev);
13852 restore_pci_variables(dd); 13852 restore_pci_variables(dd);
13853 } 13853 }
13854 } else { 13854 } else {