]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/blobdiff - drivers/net/ethernet/ti/cpsw.c
arm:omap:am33xx: CPSW fix for using macid from efuse
[sitara-epos/sitara-epos-kernel.git] / drivers / net / ethernet / ti / cpsw.c
index 6872de5a1b02809bed54ecf7bea78ea7d5c027d4..cff7495c8c957345811cbd2c244bdf176be593b6 100644 (file)
@@ -916,7 +916,7 @@ static int __devinit cpsw_probe(struct platform_device *pdev)
                        priv->mac_addr[4], priv->mac_addr[5]);
        } else {
                random_ether_addr(priv->mac_addr);
                        priv->mac_addr[4], priv->mac_addr[5]);
        } else {
                random_ether_addr(priv->mac_addr);
-               printk(KERN_INFO"Detected MACID=%x:%x:%x:%x:%x:%x\n",
+               printk(KERN_INFO"Random MACID=%x:%x:%x:%x:%x:%x\n",
                        priv->mac_addr[0], priv->mac_addr[1],
                        priv->mac_addr[2], priv->mac_addr[3],
                        priv->mac_addr[4], priv->mac_addr[5]);
                        priv->mac_addr[0], priv->mac_addr[1],
                        priv->mac_addr[2], priv->mac_addr[3],
                        priv->mac_addr[4], priv->mac_addr[5]);