mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 08:39:08 -04:00
wcn36xx: Fix error handling
Reorder 'out_free_dxe_pool' and 'out_free_dxe_ctl' error handling labels in order to match the way resources have been allocated. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
committed by
Kalle Valo
parent
c73f8c0033
commit
4aa2d31f5d
@@ -337,10 +337,10 @@ static int wcn36xx_start(struct ieee80211_hw *hw)
|
||||
wcn36xx_smd_stop(wcn);
|
||||
out_free_smd_buf:
|
||||
kfree(wcn->hal_buf);
|
||||
out_free_dxe_pool:
|
||||
wcn36xx_dxe_free_mem_pools(wcn);
|
||||
out_free_dxe_ctl:
|
||||
wcn36xx_dxe_free_ctl_blks(wcn);
|
||||
out_free_dxe_pool:
|
||||
wcn36xx_dxe_free_mem_pools(wcn);
|
||||
out_smd_close:
|
||||
wcn36xx_smd_close(wcn);
|
||||
out_err:
|
||||
|
||||
Reference in New Issue
Block a user