diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2014-03-24 21:13:02 -0700 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2014-03-24 21:15:53 -0700 |
commit | c99abc8b39d8281dad04d771bb7a2de36fec4d9f (patch) | |
tree | 188ee01d6ba2703e1491ee54cb315523932bfe34 /drivers/net/fddi/skfp | |
parent | 21534d20fe6f7108f7f4eaaf47f138e20e6c85c9 (diff) | |
download | blackbird-op-linux-c99abc8b39d8281dad04d771bb7a2de36fec4d9f.tar.gz blackbird-op-linux-c99abc8b39d8281dad04d771bb7a2de36fec4d9f.zip |
sun4i-emac: Call dev_consume_skb_any instead of dev_kfree_skb.
Replace dev_kfree_skb with dev_consume_skb_any in emacs_start_xmit
which can be called in hard irq and other contexts.
emac_start_xmit always transmits the packet making dev_consume_skb
the appropriate function to call.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'drivers/net/fddi/skfp')
0 files changed, 0 insertions, 0 deletions