aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/niu.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-12-20 04:07:35 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 14:59:15 -0800
commit2caf62f6cae46e36b1c4a1b0f2d9ef82af89cad2 (patch)
treeb2ee3e3c3d0bcbc4af2bab7f14b043dcbe4b07e7 /drivers/net/niu.c
parent[TG3]: Use print_mac (diff)
downloadlinux-dev-2caf62f6cae46e36b1c4a1b0f2d9ef82af89cad2.tar.xz
linux-dev-2caf62f6cae46e36b1c4a1b0f2d9ef82af89cad2.zip
[NIU]: Use print_mac
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/niu.c')
-rw-r--r--drivers/net/niu.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/net/niu.c b/drivers/net/niu.c
index 5f6beabf2d17..2fe14b0c5c67 100644
--- a/drivers/net/niu.c
+++ b/drivers/net/niu.c
@@ -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,