unix: remove some pointless conditionals before kfree_skb()

Remove some pointless conditionals before kfree_skb().

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Wei Yongjun
2009-02-25 00:32:45 +00:00
committed by David S. Miller
parent 86dc1ad2be
commit 40d44446cf

View File

@@ -1178,7 +1178,6 @@ out_unlock:
unix_state_unlock(other); unix_state_unlock(other);
out: out:
if (skb)
kfree_skb(skb); kfree_skb(skb);
if (newsk) if (newsk)
unix_release_sock(newsk, 0); unix_release_sock(newsk, 0);