]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Marvell/db64460/mv_eth.c
net/miiphy/serial: drop duplicate "NAMESIZE" define
[karo-tx-uboot.git] / board / Marvell / db64460 / mv_eth.c
index 4aefbaf0c1f1ddbc27820b39e5563a094a8ba77f..a763d795cbc4fa3dbba0c082a23a077c273c049c 100644 (file)
@@ -221,7 +221,7 @@ void mv6446x_eth_initialize (bd_t * bis)
                        return;
                }
 
-               /* must be less than NAMESIZE (16) */
+               /* must be less than sizeof(dev->name) */
                sprintf (dev->name, "mv_enet%d", devnum);
 
 #ifdef DEBUG