git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e762cd7
)
r8169: use dev_kfree_skb() instead of dev_kfree_skb_irq()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 9 Jun 2009 22:55:53 +0000
(22:55 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 11 Jun 2009 09:47:12 +0000
(
02:47
-0700)
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: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found