]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/compulab/cm_t35/cm_t35.c
net: cosmetic: Name ethaddr variables consistently
[karo-tx-uboot.git] / board / compulab / cm_t35 / cm_t35.c
index c4ea8ea875f533f21a4d0bec13bf8795026658b9..374edbcffc6a990462cc69bc29505eb59ef45df9 100644 (file)
@@ -441,7 +441,7 @@ static int handle_mac_address(void)
        if (rc)
                return rc;
 
-       if (!is_valid_ether_addr(enetaddr))
+       if (!is_valid_ethaddr(enetaddr))
                return -1;
 
        return eth_setenv_enetaddr("ethaddr", enetaddr);