aboutsummaryrefslogtreecommitdiff
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorHuang Zijiang <[email protected]>2019-02-14 14:39:59 +0800
committerDavid S. Miller <[email protected]>2019-02-14 12:22:03 -0500
commit189a10f0108a8ebaf1e2f3d8bf68aeb5ebd30109 (patch)
treecaa24796a1017eefb4fcb0596a1441576df4d1e1 /net/switchdev/switchdev.c
parenta37d45b6fa1113f96200abdfdb0d8c454c97a30e (diff)
isdn:hisax: Replace dev_kfree_skb_any by dev_consume_skb_any
The skb should be freed by dev_consume_skb_any() in hfcpci_fill_fifo() when bcs->tx_skb is still used. The bcs->tx_skb is be replaced by skb_dequeue(&bcs->squeue), so the original bcs->tx_skb should be consumed(not drop). Signed-off-by: Huang Zijiang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions