Commits

Fugang Duan committed 3fbd96d3ae5
MLK-10410 net: fec: fix enet warning issue by suspend/resume When down eth0 on i.MX6SX platform and then do suspend/resume operation, there have one kernel dump. The patch fix the warning issue. After eth interface down, it is not necessary to init phydev to NULL since it do this in driver remove and eth open fucntion. Signed-off-by: Fugang Duan <B38611@freescale.com>