summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mvneta.c
diff options
context:
space:
mode:
authorYunsheng Lin <linyunsheng@huawei.com>2020-09-19 10:24:47 +0800
committerDavid S. Miller <davem@davemloft.net>2020-09-20 14:17:20 -0700
commit1f14bd99e6d393f55ca5f62dcf7bed0152ec4db6 (patch)
tree08d23bd43e755327b3aa876c7509ebe58da507f5 /drivers/net/ethernet/marvell/mvneta.c
parent5273144116d10f66c206a068266584cc60a526ac (diff)
net: remove unnecessary NULL checking in napi_consume_skb()
When budget is non-zero, skb_unref() has already handled the NULL checking. When budget is zero, the dev_consume_skb_any() has handled NULL checking in __dev_kfree_skb_irq(), or dev_kfree_skb() which also ultimately call skb_unref(). So remove the unnecessary checking in napi_consume_skb(). Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/mvneta.c')
0 files changed, 0 insertions, 0 deletions