Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183336
b: refs/heads/master
c: 5491f3a
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and David S. Miller committed Dec 30, 2009
1 parent 97ab7ff commit 1e5e430
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: aa7c68a5f75cf04e79348e8baca67c7393d8f7e4
refs/heads/master: 5491f3a5623129f3d4e0c62e691c2a5e56c75d41
6 changes: 1 addition & 5 deletions trunk/drivers/net/xilinx_emaclite.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,11 +925,7 @@ static int __devinit xemaclite_of_probe(struct of_device *ofdev,
/* Set the MAC address in the EmacLite device */
xemaclite_set_mac_address(lp, ndev->dev_addr);

dev_info(dev,
"MAC address is now %2x:%2x:%2x:%2x:%2x:%2x\n",
ndev->dev_addr[0], ndev->dev_addr[1],
ndev->dev_addr[2], ndev->dev_addr[3],
ndev->dev_addr[4], ndev->dev_addr[5]);
dev_info(dev, "MAC address is now %pM\n", ndev->dev_addr);

ndev->netdev_ops = &xemaclite_netdev_ops;
ndev->flags &= ~IFF_MULTICAST;
Expand Down

0 comments on commit 1e5e430

Please sign in to comment.