Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203451
b: refs/heads/master
c: 5efeeea
h: refs/heads/master
i:
  203449: 874ec2d
  203447: d52be55
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Jul 12, 2010
1 parent 1508174 commit f580102
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: a607072b8685c18fde9c34aee8402eb6190b8518
refs/heads/master: 5efeeea1cf16b6382e1a9e2e389950024ba17f3e
2 changes: 1 addition & 1 deletion trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -8237,7 +8237,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)) + 1;
ent[idx] = i % (tp->irq_cnt - 1);
if (idx == sizeof(val) - 1) {
tw32(reg, val);
reg += 4;
Expand Down

0 comments on commit f580102

Please sign in to comment.