Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135298
b: refs/heads/master
c: 63a2ebb
h: refs/heads/master
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Mar 20, 2009
1 parent 958200a commit b09e5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 785b6f977a89aaabc3dd3e3bfc87f36015cb8050
refs/heads/master: 63a2ebb079d72f10ea7b89b85c2cd4ecc60edc61
4 changes: 1 addition & 3 deletions trunk/drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,6 @@ static int __devinit smsc911x_drv_probe(struct platform_device *pdev)
unsigned int intcfg = 0;
int res_size, irq_flags;
int retval;
DECLARE_MAC_BUF(mac);

pr_info("%s: Driver version %s.\n", SMSC_CHIPNAME, SMSC_DRV_VERSION);

Expand Down Expand Up @@ -2045,8 +2044,7 @@ static int __devinit smsc911x_drv_probe(struct platform_device *pdev)

spin_unlock_irq(&pdata->mac_lock);

dev_info(&dev->dev, "MAC Address: %s\n",
print_mac(mac, dev->dev_addr));
dev_info(&dev->dev, "MAC Address: %pM\n", dev->dev_addr);

return 0;

Expand Down

0 comments on commit b09e5a1

Please sign in to comment.