From: Xander Huff <[email protected]> Date: Fri, 7 Oct 2016 10:13:22 -0500
> From: Nathan Sullivan <[email protected]> > > To ensure the dev->phydev pointer is not used after becoming invalid in > mdiobus_unregister, set it to NULL. This happens when removing the macb > driver without first taking its interface down, since unregister_netdev > will end up calling macb_close. > > Signed-off-by: Xander Huff <[email protected]> > Signed-off-by: Nathan Sullivan <[email protected]> > Signed-off-by: Brad Mouring <[email protected]> Applied.

