]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ait/cam_enc_4xx/cam_enc_4xx.c
net: cosmetic: Name ethaddr variables consistently
[karo-tx-uboot.git] / board / ait / cam_enc_4xx / cam_enc_4xx.c
index 290dc1984ab3a9508e2dc3a2b6c0e393838691c3..c5687bab7dd8f9bbe5fc4b03615d3ec4647106e9 100644 (file)
@@ -70,7 +70,7 @@ static int cam_enc_4xx_check_network(void)
        if (!s)
                return -EINVAL;
 
-       if (!is_valid_ether_addr((const u8 *)s))
+       if (!is_valid_ethaddr((const u8 *)s))
                return -EINVAL;
 
        s = getenv("ipaddr");