ethernet: remove redundant memset
[linux-2.6-microblaze.git] / drivers / net / ethernet / freescale / fec_main.c
index 9d459cc..e5610a4 100644 (file)
@@ -3144,8 +3144,6 @@ static int fec_enet_init(struct net_device *ndev)
                return -ENOMEM;
        }
 
-       memset(cbd_base, 0, bd_size);
-
        /* Get the Ethernet address */
        fec_get_mac(ndev);
        /* make sure MAC we just acquired is programmed into the hw */