From: Denis V. Lunev Date: Thu, 10 Jul 2008 23:53:39 +0000 (-0700) Subject: netlabel: netlink_unicast calls kfree_skb on error path by itself X-Git-Tag: v2.6.26~25^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe785bee05f08d37b34b7399d003b74199274ce4;p=pandora-kernel.git netlabel: netlink_unicast calls kfree_skb on error path by itself So, no need to kfree_skb here on the error path. In this case we can simply return. Signed-off-by: Denis V. Lunev Acked-by: Paul Moore Signed-off-by: David S. Miller --- Reading git-diff-tree failed