Skip to content
Commit 87433bfc authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

r8169: use dev_kfree_skb() instead of dev_kfree_skb_irq()



rtl8169_tx_interrupt() is used from NAPI context, it can
directly free skbs. dev_kfree_skb_irq() is a leftover from
pre-NAPI times of this driver.

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e762cd70
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment