]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-davinci/misc.c
net: cosmetic: Name ethaddr variables consistently
[karo-tx-uboot.git] / arch / arm / mach-davinci / misc.c
index e18bdfc729b7ad3ae0b57a01f3b1f76edfd033cb..e699d61874976c1ead937e1e26fb2351c2e1158f 100644 (file)
@@ -49,7 +49,7 @@ int dvevm_read_mac_address(uint8_t *buf)
                goto i2cerr;
 
        /* Check that MAC address is valid. */
-       if (!is_valid_ether_addr(buf))
+       if (!is_valid_ethaddr(buf))
                goto err;
 
        return 1; /* Found */