]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ifm/ac14xx/ac14xx.c
net: cosmetic: Name ethaddr variables consistently
[karo-tx-uboot.git] / board / ifm / ac14xx / ac14xx.c
index 5d2ab2fad3ca0218261c3987d9d09f795accf5bc..72932ca69f92788e4dafd1134409ded4f56087cf 100644 (file)
@@ -225,7 +225,7 @@ int mac_read_from_eeprom(void)
                break;
        }
 
-       if (mac && is_valid_ether_addr(mac)) {
+       if (mac && is_valid_ethaddr(mac)) {
                eth_setenv_enetaddr("ethaddr", mac);
                if (mac_diag) {
                        mac_txt = getenv("ethaddr");