ath10k: Fix memory leak in qmi
authorDundi Raviteja <dundi@codeaurora.org>
Tue, 25 Jun 2019 14:25:48 +0000 (19:55 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 28 Jun 2019 19:09:11 +0000 (22:09 +0300)
commitc709df58832c5f575f0255bea4b09ad477fc62ea
treeef6ffa9dccdd15d148bbe658eff0148d793024ea
parent6b4021deb03f579e59feb7c787846044433cabf8
ath10k: Fix memory leak in qmi

Currently the memory allocated for qmi handle is
not being freed during de-init which leads to memory leak.

Free the allocated qmi memory in qmi deinit
to avoid memory leak.

Tested HW: WCN3990
Tested FW: WLAN.HL.3.1-01040-QCAHLSWMTPLZ-1

Fixes: fda6fee0001e ("ath10k: add QMI message handshake for wcn3990 client")
Signed-off-by: Dundi Raviteja <dundi@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/qmi.c