Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122869
b: refs/heads/master
c: c062076
h: refs/heads/master
i:
  122867: 3d67f22
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Dec 26, 2008
1 parent 72f65ec commit 51a263a
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: 619e803d3c1b7bcc17c45e81f309d0b9b3df2d5d
refs/heads/master: c062076cc999795af19ff61d8c76f33e5ceb9ca0
2 changes: 1 addition & 1 deletion trunk/drivers/net/qlge/qlge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@ static int ql_adapter_down(struct ql_adapter *qdev)
* a workqueue only if it's a single interrupt
* environment (MSI/Legacy).
*/
for (i = 1; i > qdev->rx_ring_count; i++) {
for (i = 1; i < qdev->rx_ring_count; i++) {
rx_ring = &qdev->rx_ring[i];
/* Only the RSS rings use NAPI on multi irq
* environment. Outbound completion processing
Expand Down

0 comments on commit 51a263a

Please sign in to comment.