From: Vasanthakumar Thiagarajan Date: Fri, 10 Feb 2012 15:10:33 +0000 (+0530) Subject: ath6kl: Fix memory leak of rx packets in endpoint 0 X-Git-Tag: v3.4-rc1~177^2~48^2~55^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5378f244b677f6696ca8a9a467cef16cd399b0e2;p=pandora-kernel.git ath6kl: Fix memory leak of rx packets in endpoint 0 htc_packet and htc_packet->buf_start are separately allocated for endpoint 0. This is different for other endpoints where packets are allocated as skb where htc_packet is skb->head and they are freed properly. Free htc_packet and htc_packet->buf_start separatly for endpoint 0. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed