1
0
Fork 0

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>
wifi-calibration
Wei Yongjun 2009-02-25 00:32:45 +00:00 committed by David S. Miller
parent 86dc1ad2be
commit 40d44446cf
1 changed files with 1 additions and 2 deletions

View File

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