Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203362
b: refs/heads/master
c: 3d5f3a7
h: refs/heads/master
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed Jul 4, 2010
1 parent 5419389 commit ceb062e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f45f4321d2c977c9eff77e5a5225f3cd2140eb20
refs/heads/master: 3d5f3a7bbd06065b06c7f65f948437ded40255ec
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -6185,7 +6185,7 @@ bnx2_setup_int_mode(struct bnx2 *bp, int dis_msi)
bp->irq_nvecs = 1;
bp->irq_tbl[0].vector = bp->pdev->irq;

if ((bp->flags & BNX2_FLAG_MSIX_CAP) && !dis_msi && cpus > 1)
if ((bp->flags & BNX2_FLAG_MSIX_CAP) && !dis_msi)
bnx2_enable_msix(bp, msix_vecs);

if ((bp->flags & BNX2_FLAG_MSI_CAP) && !dis_msi &&
Expand Down

0 comments on commit ceb062e

Please sign in to comment.