]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cw1200: fix missing destroy_workqueue() on error in cw1200_init_common
authorQinglang Miao <miaoqinglang@huawei.com>
Thu, 19 Nov 2020 07:08:42 +0000 (15:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Dec 2020 12:42:37 +0000 (13:42 +0100)
commit29f2cddbd0b646932f1f58fc41985ef32d514a75
tree8406b0579e0db87c3e16d473424f167918559dab
parentb17e549b3b165cd119230d61079df6c36e6f833e
cw1200: fix missing destroy_workqueue() on error in cw1200_init_common

[ Upstream commit 7ec8a926188eb8e7a3cbaca43ec44f2d7146d71b ]

Add the missing destroy_workqueue() before return from
cw1200_init_common in the error handling case.

Fixes: a910e4a94f69 ("cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsets")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20201119070842.1011-1-miaoqinglang@huawei.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/cw1200/main.c