Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290460
b: refs/heads/master
c: bbf7bd2
h: refs/heads/master
v: v3
  • Loading branch information
Danny Kukawka authored and David S. Miller committed Feb 24, 2012
1 parent 5ee6c4c commit bce672e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 66dc92eddf610d6f4572367f42902e62e19db7cb
refs/heads/master: bbf7bd2f04b5a24d0f371bd77ad1cf82471225e4
6 changes: 1 addition & 5 deletions trunk/drivers/net/ethernet/dec/tulip/de4x5.c
Original file line number Diff line number Diff line change
Expand Up @@ -5234,11 +5234,7 @@ de4x5_dbg_open(struct net_device *dev)

if (de4x5_debug & DEBUG_OPEN) {
printk("%s: de4x5 opening with irq %d\n",dev->name,dev->irq);
printk("\tphysical address: ");
for (i=0;i<6;i++) {
printk("%2.2x:",(short)dev->dev_addr[i]);
}
printk("\n");
printk("\tphysical address: %pM\n", dev->dev_addr);
printk("Descriptor head addresses:\n");
printk("\t0x%8.8lx 0x%8.8lx\n",(u_long)lp->rx_ring,(u_long)lp->tx_ring);
printk("Descriptor addresses:\nRX: ");
Expand Down

0 comments on commit bce672e

Please sign in to comment.