]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: microchip: sparx5: Fix missing destroy_workqueue of mact_queue
authorQiheng Lin <linqiheng@huawei.com>
Sat, 3 Dec 2022 07:02:59 +0000 (15:02 +0800)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Dec 2022 13:02:56 +0000 (14:02 +0100)
commitdf717e3500a33e9a14bf6b188809af8c2df4e2a7
treea27b5cf683281c28c4162f68cf29e0d1b283688e
parent4f00b2c87d1fa4fe15395d119d743fc1db5e63d3
net: microchip: sparx5: Fix missing destroy_workqueue of mact_queue

[ Upstream commit 7b8232bdb1789a257de3129a9bb08c69b93a17db ]

The mchp_sparx5_probe() won't destroy workqueue created by
create_singlethread_workqueue() in sparx5_start() when later
inits failed. Add destroy_workqueue in the cleanup_ports case,
also add it in mchp_sparx5_remove()

Fixes: b37a1bae742f ("net: sparx5: add mactable support")
Signed-off-by: Qiheng Lin <linqiheng@huawei.com>
Link: https://lore.kernel.org/r/20221203070259.19560-1-linqiheng@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 51c04945756aaffb986b162dd668a469e05ab257)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
drivers/net/ethernet/microchip/sparx5/sparx5_main.c