From: Wei Yongjun Date: Wed, 30 Oct 2013 05:24:39 +0000 (+0800) Subject: ath10k: fix possible memory leak in ath10k_pci_probe() X-Git-Tag: v3.14-rc1~94^2~482^2^2~43^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12eb087939d11af6b5a8228807d1428535aedb3b;p=pandora-kernel.git ath10k: fix possible memory leak in ath10k_pci_probe() memory is malloced in ath10k_pci_probe() and should be freed before leaving from the error handling cases, otherwise it will cause memory leak. Signed-off-by: Wei Yongjun Signed-off-by: Kalle Valo --- Reading git-diff-tree failed