From: Vasanthakumar Thiagarajan Date: Tue, 14 Aug 2012 04:40:33 +0000 (+0530) Subject: ath6kl: Fix potential skb double free in ath6kl_wmi_sync_point() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~174^2^2~81^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0616dc1f2bef563d7916c0dcedbb1bff7d9bd80b;p=pandora-kernel.git ath6kl: Fix potential skb double free in ath6kl_wmi_sync_point() skb given to ath6kl_control_tx() is owned by ath6kl_control_tx(). Calling function should not free the skb for error cases. This is found during code review. kvalo: fix a checkpatch warning in ath6kl_wmi_cmd_send() Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed