Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171479
b: refs/heads/master
c: 91545f6
h: refs/heads/master
i:
  171477: 4956496
  171475: 0a98073
  171471: d5591eb
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Nov 11, 2009
1 parent e68146e commit 0031bc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: d6a2f98b0128ad1225f959610ba21b6679b7cd96
refs/heads/master: 91545f6e588c601d1dff01d396155d973db83a31
5 changes: 0 additions & 5 deletions trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7486,11 +7486,6 @@ static int bnx2x_set_int_mode(struct bnx2x *bp)
rc = bnx2x_enable_msix(bp);
if (rc) {
/* failed to enable MSI-X */
if (bp->multi_mode)
BNX2X_ERR("Multi requested but failed to "
"enable MSI-X (rx %d tx %d), "
"set number of queues to 1\n",
bp->num_rx_queues, bp->num_tx_queues);
bp->num_rx_queues = 1;
bp->num_tx_queues = 1;
}
Expand Down

0 comments on commit 0031bc3

Please sign in to comment.