Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224374
b: refs/heads/master
c: 32aa77a
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Duyck authored and Jeff Kirsher committed Nov 17, 2010
1 parent 689560b commit 4d08edd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: b953799ee29075afd30afe4c0fb65f278b088f69
refs/heads/master: 32aa77a4fc06bd1116f83c25bf0389a3e9b80533
6 changes: 4 additions & 2 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2182,9 +2182,11 @@ static int ixgbe_request_msix_irqs(struct ixgbe_adapter *adapter)
} else if (handler == &ixgbe_msix_clean_tx) {
sprintf(adapter->name[vector], "%s-%s-%d",
netdev->name, "tx", ti++);
} else
} else {
sprintf(adapter->name[vector], "%s-%s-%d",
netdev->name, "TxRx", vector);
netdev->name, "TxRx", ri++);
ti++;
}

err = request_irq(adapter->msix_entries[vector].vector,
handler, 0, adapter->name[vector],
Expand Down

0 comments on commit 4d08edd

Please sign in to comment.