Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183340
b: refs/heads/master
c: fa876b4
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and David S. Miller committed Dec 30, 2009
1 parent 43cf017 commit 2283464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: b18fe4777f1cf7095fbe78652b72c076e300eaee
refs/heads/master: fa876b474aa15cd1448790502a5a13f81f923446
6 changes: 2 additions & 4 deletions trunk/drivers/net/smc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -2017,10 +2017,8 @@ static int __devinit smc911x_probe(struct net_device *dev)
"set using ifconfig\n", dev->name);
} else {
/* Print the Ethernet address */
printk("%s: Ethernet addr: ", dev->name);
for (i = 0; i < 5; i++)
printk("%2.2x:", dev->dev_addr[i]);
printk("%2.2x\n", dev->dev_addr[5]);
printk("%s: Ethernet addr: %pM\n",
dev->name, dev->dev_addr);
}

if (lp->phy_type == 0) {
Expand Down

0 comments on commit 2283464

Please sign in to comment.