Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290462
b: refs/heads/master
c: d558950
h: refs/heads/master
v: v3
  • Loading branch information
Danny Kukawka authored and David S. Miller committed Feb 24, 2012
1 parent 7b744c0 commit 4d06f18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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: f794e7efe40147ed0c34f889b75298fec10e66b8
refs/heads/master: d558950efcfb005771151cb843ac906355ad5ef4
10 changes: 2 additions & 8 deletions trunk/drivers/net/ethernet/sun/sunqe.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,14 +907,8 @@ static int __devinit qec_ether_init(struct platform_device *op)

dev_set_drvdata(&op->dev, qe);

printk(KERN_INFO "%s: qe channel[%d] ", dev->name, qe->channel);
for (i = 0; i < 6; i++)
printk ("%2.2x%c",
dev->dev_addr[i],
i == 5 ? ' ': ':');
printk("\n");


printk(KERN_INFO "%s: qe channel[%d] %pM\n", dev->name, qe->channel,
dev->dev_addr);
return 0;

fail:
Expand Down

0 comments on commit 4d06f18

Please sign in to comment.