]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Marvell/db64360/mv_eth.c
net/miiphy/serial: drop duplicate "NAMESIZE" define
[karo-tx-uboot.git] / board / Marvell / db64360 / mv_eth.c
index 6340585e8509b4383a5b9babfb0d2da460da2d6e..e89ea43d7b5faadb03a6ec8579a422d045deaa10 100644 (file)
@@ -221,7 +221,7 @@ void mv6436x_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