git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e65557
)
netlabel: netlink_unicast calls kfree_skb on error path by itself
author
Denis V. Lunev
<den@openvz.org>
Thu, 10 Jul 2008 23:53:39 +0000
(16:53 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 10 Jul 2008 23:53:39 +0000
(16:53 -0700)
So, no need to kfree_skb here on the error path. In this case we can
simply return.
Signed-off-by: Denis V. Lunev <den@openvz.org>
Acked-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found