From 6a648525798f8766bfcd925ef30ebf4509ab8a4e Mon Sep 17 00:00:00 2001 From: Fugang Duan Date: Thu, 19 Jul 2012 15:29:52 +0800 Subject: [PATCH] ENGR00217616 - FEC : fix the typo to avoid build warning - Fix the typo to avoid kernel build warning. Signed-off-by: Fugang Duan --- drivers/net/fec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/fec.c b/drivers/net/fec.c index acb2965ae77d..1ae6cb0f0210 100755 --- a/drivers/net/fec.c +++ b/drivers/net/fec.c @@ -1541,7 +1541,6 @@ fec_restart(struct net_device *dev, int duplex) writel(1, fep->hwp + FEC_ECNTRL); udelay(10); - /* /* if uboot don't set MAC address, get MAC address * from command line; if command line don't set MAC * address, get from OCOTP; otherwise, allocate random -- 2.39.5