mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 11:02:31 -04:00
kfree_skb has taken the null pointer into account. hence it is safe to remove the redundant null pointer check before kfree_skb. Signed-off-by: zhong jiang <zhongjiang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>