Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6c2f86e authored by Vladislav Zolotarov's avatar Vladislav Zolotarov Committed by David S. Miller
Browse files

bnx2x: use pci_pcie_cap()

parent b1fb8740
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5652,7 +5652,7 @@ static void bnx2x_init_pxp(struct bnx2x *bp)
	int r_order, w_order;

	pci_read_config_word(bp->pdev,
			     bp->pdev->pcie_cap + PCI_EXP_DEVCTL, &devctl);
			     pci_pcie_cap(bp->pdev) + PCI_EXP_DEVCTL, &devctl);
	DP(NETIF_MSG_HW, "read 0x%x from devctl\n", devctl);
	w_order = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5);
	if (bp->mrrs == -1)