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:
8fa9524
)
3c59x: Call dev_consume_skb_any instead of dev_kfree_skb.
author
Eric W. Biederman
<ebiederm@xmission.com>
Sat, 15 Mar 2014 22:31:09 +0000
(15:31 -0700)
committer
Eric W. Biederman
<ebiederm@xmission.com>
Mon, 24 Mar 2014 22:17:22 +0000
(15:17 -0700)
Replace dev_kfree_skb with dev_consume_skb_any in vortex_start_xmit
as it can be called in hard irq and other contexts.
dev_consume_skb_any is used when vortext_start_xmit directly consumes
the packet instead of dmaing it to the device.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
drivers/net/ethernet/3com/3c59x.c
patch
|
blob
|
history
diff --cc
drivers/net/ethernet/3com/3c59x.c
Simple merge