Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179087
b: refs/heads/master
c: 2585e7e
h: refs/heads/master
i:
  179085: 78c8c4e
  179083: 36f0d23
  179079: 6a21191
  179071: 268e057
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Jan 4, 2010
1 parent da4030c commit f72f57d
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: 7ec4e7d3cfee9d7846dbd02ad442c40cb58512e8
refs/heads/master: 2585e7e5e1fcf64fd2b2cac0bc1f1b609eabe96a
2 changes: 1 addition & 1 deletion trunk/drivers/net/rrunner.c
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ static void rr_dump(struct net_device *dev)

printk("Error code 0x%x\n", readl(&regs->Fail1));

index = (((readl(&regs->EvtPrd) >> 8) & 0xff ) - 1) % EVT_RING_ENTRIES;
index = (((readl(&regs->EvtPrd) >> 8) & 0xff) - 1) % TX_RING_ENTRIES;
cons = rrpriv->dirty_tx;
printk("TX ring index %i, TX consumer %i\n",
index, cons);
Expand Down

0 comments on commit f72f57d

Please sign in to comment.