]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/tokenring/skisa.c
net: convert print_mac to %pM
[net-next-2.6.git] / drivers / net / tokenring / skisa.c
index 41b6999a0f33487719f56898a489c9748b975f7f..b578744311b0f77ee099c30bd409955c2527fbcf 100644 (file)
@@ -139,7 +139,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;
@@ -170,8 +169,8 @@ static int __init setup_card(struct net_device *dev, struct device *pdev)
                
        sk_isa_read_eeprom(dev);
 
-       printk(KERN_DEBUG "skisa.c:    Ring Station Address: %s\n",
-              print_mac(mac, dev->dev_addr));
+       printk(KERN_DEBUG "skisa.c:    Ring Station Address: %pM\n",
+              dev->dev_addr);
                
        tp = netdev_priv(dev);
        tp->setnselout = sk_isa_setnselout_pins;