]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: fix missing destroy_workqueue() on error in mwifiex_add_virtual_intf()
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 29 Sep 2016 14:57:56 +0000 (14:57 +0000)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 9 Nov 2016 01:34:25 +0000 (03:34 +0200)
commit4b4015a22a7852fae9d2109a9b6548456d84ce95
tree5fc89547fadd2bfbeb571f99f00be7512ec381c6
parentb257352abef8056dd5474474640149c8f52fb8c6
mwifiex: fix missing destroy_workqueue() on error in mwifiex_add_virtual_intf()

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

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/cfg80211.c