]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/fec_mxc.c
net: cosmetic: Name ethaddr variables consistently
[karo-tx-uboot.git] / drivers / net / fec_mxc.c
index 7e732d4df487ea39bd984f9908d42504b539e2d1..6fb0486e893b34fe8979e48b8bdfa516303261fb 100644 (file)
@@ -361,7 +361,7 @@ static int fec_get_hwaddr(struct eth_device *dev, int dev_id,
                                                unsigned char *mac)
 {
        imx_get_mac_from_fuse(dev_id, mac);
-       return !is_valid_ether_addr(mac);
+       return !is_valid_ethaddr(mac);
 }
 
 static int fec_set_hwaddr(struct eth_device *dev)