commit | f4a8adbfe4841491b60c14fe610571e1422359f9 | [log] [tgz] |
---|---|---|
author | Dongliang Mu <mudongliangabcd@gmail.com> | Tue Nov 30 12:05:54 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 30 12:14:33 2021 +0000 |
tree | 34b16577bf24fbd7024667f37563a8ee87491913 | |
parent | d1ec975f9fa6d2211c1f403010361034a87e317f [diff] |
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>