dect
/
linux-2.6
Archived
13
0
Fork 0

iucv: 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:41:03 +00:00 committed by David S. Miller
parent db849df63c
commit 47a30b26e5
1 changed files with 1 additions and 2 deletions

View File

@ -1171,8 +1171,7 @@ static void iucv_callback_txdone(struct iucv_path *path,
spin_unlock_irqrestore(&list->lock, flags);
if (this)
kfree_skb(this);
kfree_skb(this);
}
BUG_ON(!this);