diff options
-rw-r--r-- | drivers/net/bnx2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index a5dd81face37..0614ca0b15fe 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
@@ -6185,7 +6185,7 @@ bnx2_setup_int_mode(struct bnx2 *bp, int dis_msi) | |||
6185 | bp->irq_nvecs = 1; | 6185 | bp->irq_nvecs = 1; |
6186 | bp->irq_tbl[0].vector = bp->pdev->irq; | 6186 | bp->irq_tbl[0].vector = bp->pdev->irq; |
6187 | 6187 | ||
6188 | if ((bp->flags & BNX2_FLAG_MSIX_CAP) && !dis_msi && cpus > 1) | 6188 | if ((bp->flags & BNX2_FLAG_MSIX_CAP) && !dis_msi) |
6189 | bnx2_enable_msix(bp, msix_vecs); | 6189 | bnx2_enable_msix(bp, msix_vecs); |
6190 | 6190 | ||
6191 | if ((bp->flags & BNX2_FLAG_MSI_CAP) && !dis_msi && | 6191 | if ((bp->flags & BNX2_FLAG_MSI_CAP) && !dis_msi && |