diff options
author | Fugang Duan <B38611@freescale.com> | 2012-07-19 15:29:52 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2012-07-25 13:11:08 +0800 |
commit | 1519e115e70cf586a004251b014fb27d191c9e39 (patch) | |
tree | d2a779151e910fbbf43571488d762546fbc69312 /drivers/net | |
parent | 0322727154a05b5955b9bbb9a5a1d36637efda11 (diff) |
ENGR00217616 - FEC : fix the typo to avoid build warning
- Fix the typo to avoid kernel build warning.
Signed-off-by: Fugang Duan <B38611@freescale.com>
Diffstat (limited to 'drivers/net')
-rwxr-xr-x | drivers/net/fec.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |