]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/cpci750/mv_eth.c
net/miiphy/serial: drop duplicate "NAMESIZE" define
[karo-tx-uboot.git] / board / esd / cpci750 / mv_eth.c
index 001c1ad44e54af3d7edc54de909484b9a96e4c70..a3bde815752ae5bad56c9f8d0a911cc3868843a5 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