From: Simon Wunderlich Date: Fri, 7 May 2010 19:47:26 +0000 (+0200) Subject: Staging: batman-adv: kfree_skb() in interface_tx() in error case X-Git-Tag: v2.6.35-rc1~441^2^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d02d777d4a7eb551999a35f52480c9ddac3d874;p=pandora-kernel.git Staging: batman-adv: kfree_skb() in interface_tx() in error case As we always return that the we consumed the skb, we should also free the skb in the case of an error. Signed-off-by: Simon Wunderlich Signed-off-by: Andrew Lunn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed