Re: [PATCH net-next] ath11k: Fix possible memleak in ath11k_qmi_init_service

2020-08-18 Thread Kalle Valo
Wang Yufen wrote: > When qmi_add_lookup fail, we should destroy the workqueue > > Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices") > Reported-by: Hulk Robot > Signed-off-by: Wang Yufen > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks.

[PATCH net-next] ath11k: Fix possible memleak in ath11k_qmi_init_service

2020-07-20 Thread Wang Yufen
When qmi_add_lookup fail, we should destroy the workqueue Fixes: d5c65159f289 ("ath11k: driver for Qualcomm IEEE 802.11ax devices") Reported-by: Hulk Robot Signed-off-by: Wang Yufen --- drivers/net/wireless/ath/ath11k/qmi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireles