OSDN Git Service

net: phy: Check against net_device being NULL
authorIoana Ciornei <ioana.ciornei@nxp.com>
Tue, 28 May 2019 17:38:09 +0000 (20:38 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Aug 2019 07:34:44 +0000 (09:34 +0200)
commit06816b2e5e3d8fb45d4b1f1f0366123e0e1ec6d3
treeefece7d84ce9973444cb9ea015d5012a617a787a
parentcaf13a88a511ecaa474f380b2ef9f9aafb0c4f54
net: phy: Check against net_device being NULL

[ Upstream commit 82c76aca81187b3d28a6fb3062f6916450ce955e ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/phy/phy_device.c