]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/tokenring/proteon.c
net: convert print_mac to %pM
[net-next-2.6.git] / drivers / net / tokenring / proteon.c
index 00ea94513460d5e118b811a3496625b98ad4a9cb..cd2d62f76079b6710d479e7ab5bbb93c25303072 100644 (file)
@@ -122,7 +122,6 @@ static int __init setup_card(struct net_device *dev, struct device *pdev)
         static int versionprinted;
        const unsigned *port;
        int j,err = 0;
-       DECLARE_MAC_BUF(mac);
 
        if (!dev)
                return -ENOMEM;
@@ -153,8 +152,8 @@ static int __init setup_card(struct net_device *dev, struct device *pdev)
                
        proteon_read_eeprom(dev);
 
-       printk(KERN_DEBUG "proteon.c:    Ring Station Address: %s\n",
-              print_mac(mac, dev->dev_addr));
+       printk(KERN_DEBUG "proteon.c:    Ring Station Address: %pM\n",
+              dev->dev_addr);
                
        tp = netdev_priv(dev);
        tp->setnselout = proteon_setnselout_pins;