From: Michal Kazior Date: Fri, 8 Nov 2013 07:05:18 +0000 (+0100) Subject: ath10k: fix core init failpath X-Git-Tag: v3.14-rc1~94^2~482^2^2~43^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e3c63fef6041f41e22335852de9d3924cff7a1;p=pandora-kernel.git ath10k: fix core init failpath HIF was not stopped properly in ath10k_core_start() upon failure. This could cause memory leaks of CE completions entries and possibly other issues as well. Move the HIF start/stop out of ath10k_htc_wait_target(). The ctl_resp completion is already prepared in ath10k_htc_init. Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed