Re: ath10k: sdio: fix memory leak for probe allocations

2018-04-10 Thread Kalle Valo
Signed-off-by: Kalle Valo <kv...@codeaurora.org> Patch applied to ath-next branch of ath.git, thanks. ec2c64e20257 ath10k: sdio: fix memory leak for probe allocations -- https://patchwork.kernel.org/patch/10311597/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

[PATCH] ath10k: sdio: fix memory leak for probe allocations

2018-03-27 Thread Marcus Folkesson
These allocations are not freed upon release. When on it; go for managed resources instead. Signed-off-by: Marcus Folkesson --- drivers/net/wireless/ath/ath10k/sdio.c | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git