diff options
Diffstat (limited to 'drivers/net/bnx2.c')
-rw-r--r-- | drivers/net/bnx2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index ee7b75b976b5..0420697c4293 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
@@ -5954,8 +5954,7 @@ bnx2_init_board(struct pci_dev *pdev, struct net_device *dev) | |||
5954 | * responding after a while. | 5954 | * responding after a while. |
5955 | * | 5955 | * |
5956 | * AMD believes this incompatibility is unique to the 5706, and | 5956 | * AMD believes this incompatibility is unique to the 5706, and |
5957 | * prefers to locally disable MSI rather than globally disabling it | 5957 | * prefers to locally disable MSI rather than globally disabling it. |
5958 | * using pci_msi_quirk. | ||
5959 | */ | 5958 | */ |
5960 | if (CHIP_NUM(bp) == CHIP_NUM_5706 && disable_msi == 0) { | 5959 | if (CHIP_NUM(bp) == CHIP_NUM_5706 && disable_msi == 0) { |
5961 | struct pci_dev *amd_8132 = NULL; | 5960 | struct pci_dev *amd_8132 = NULL; |