dpaa2-eth: unregister the netdev before disconnecting from the PHY
authorRobert-Ionut Alexa <robert-ionut.alexa@nxp.com>
Wed, 9 Feb 2022 15:57:43 +0000 (17:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Feb 2022 11:54:26 +0000 (12:54 +0100)
commitf8edc6feab4d5c7c0b6c6bfdec6bf9e294b2dc3e
treeb27a6ee4c5cb09db0f7ddc2755df37cb50682264
parentff6c9e0fcee5481b491aab49d55660a59ead1a81
dpaa2-eth: unregister the netdev before disconnecting from the PHY

[ Upstream commit 9ccc6e0c8959a019bb40f6b18704b142c04b19a8 ]

The netdev should be unregistered before we are disconnecting from the
MAC/PHY so that the dev_close callback is called and the PHY and the
phylink workqueues are actually stopped before we are disconnecting and
destroying the phylink instance.

Fixes: 719479230893 ("dpaa2-eth: add MAC/PHY support through phylink")
Signed-off-by: Robert-Ionut Alexa <robert-ionut.alexa@nxp.com>
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c