commit | 82c76aca81187b3d28a6fb3062f6916450ce955e | [log] [tgz] |
---|---|---|
author | Ioana Ciornei <ioana.ciornei@nxp.com> | Tue May 28 20:38:09 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed May 29 21:48:53 2019 -0700 |
tree | 9e3ed72f28425e9b3c3910eab392a6361975c8b6 | |
parent | 2db2d9d1ac37222cd9cd9b59bfd7f9cea3bd2457 [diff] |
net: phy: Check against net_device being NULL In general, we don't want MAC drivers calling phy_attach_direct with the net_device being NULL. Add checks against this in all the functions calling it: phy_attach() and phy_connect_direct(). Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Suggested-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>