Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202679
b: refs/heads/master
c: 2601d8a
h: refs/heads/master
i:
  202677: c058b43
  202675: 7c77bd7
  202671: 7acf5f7
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Jun 7, 2010
1 parent 55812c8 commit a9b237f
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: b28f6428af279ffb9e97ee00486a29498b7fcfdc
refs/heads/master: 2601d8a0049c8b5d29cd5adb844a305a804e505f
2 changes: 1 addition & 1 deletion trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -8228,7 +8228,7 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy)
for (i = 0; i < TG3_RSS_INDIR_TBL_SIZE; i++) {
int idx = i % sizeof(val);

ent[idx] = i % (tp->irq_cnt - 1);
ent[idx] = (i % (tp->irq_cnt - 1)) + 1;
if (idx == sizeof(val) - 1) {
tw32(reg, val);
reg += 4;
Expand Down

0 comments on commit a9b237f

Please sign in to comment.