]> git.dujemihanovic.xyz Git - linux.git/commit
dpaa2-eth: destroy workqueue at the end of remove function
authorDongliang Mu <mudongliangabcd@gmail.com>
Tue, 30 Nov 2021 04:05:54 +0000 (12:05 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Nov 2021 12:14:33 +0000 (12:14 +0000)
commitf4a8adbfe4841491b60c14fe610571e1422359f9
tree34b16577bf24fbd7024667f37563a8ee87491913
parentd1ec975f9fa6d2211c1f403010361034a87e317f
dpaa2-eth: destroy workqueue at the end of remove function

The commit c55211892f46 ("dpaa2-eth: support PTP Sync packet one-step
timestamping") forgets to destroy workqueue at the end of remove
function.

Fix this by adding destroy_workqueue before fsl_mc_portal_free and
free_netdev.

Fixes: c55211892f46 ("dpaa2-eth: support PTP Sync packet one-step timestamping")
Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c