Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78562
b: refs/heads/master
c: 2caf62f
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Jan 28, 2008
1 parent 36075be commit 1b04206
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d66453722873e1595b7934acbdcd5cdfa6982d6c
refs/heads/master: 2caf62f6cae46e36b1c4a1b0f2d9ef82af89cad2
8 changes: 3 additions & 5 deletions trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -7588,12 +7588,10 @@ static void __devinit niu_assign_netdev_ops(struct net_device *dev)
static void __devinit niu_device_announce(struct niu *np)
{
struct net_device *dev = np->dev;
int i;
DECLARE_MAC_BUF(mac);

pr_info("%s: NIU Ethernet ", dev->name);
for (i = 0; i < 6; i++)
printk("%2.2x%c", dev->dev_addr[i],
i == 5 ? '\n' : ':');
pr_info("%s: NIU Ethernet %s\n",
dev->name, print_mac(mac, dev->dev_addr));

pr_info("%s: Port type[%s] mode[%s:%s] XCVR[%s] phy[%s]\n",
dev->name,
Expand Down

0 comments on commit 1b04206

Please sign in to comment.