Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/benet/be_cmds.h include/linux/sysctl.h
This commit is contained in:
@@ -1293,7 +1293,7 @@ static void rr_dump(struct net_device *dev)
|
||||
|
||||
printk("Error code 0x%x\n", readl(®s->Fail1));
|
||||
|
||||
index = (((readl(®s->EvtPrd) >> 8) & 0xff ) - 1) % EVT_RING_ENTRIES;
|
||||
index = (((readl(®s->EvtPrd) >> 8) & 0xff) - 1) % TX_RING_ENTRIES;
|
||||
cons = rrpriv->dirty_tx;
|
||||
printk("TX ring index %i, TX consumer %i\n",
|
||||
index, cons);
|
||||
|
Reference in New Issue
Block a user