From: Eric W. Biederman Date: Sun, 16 Mar 2014 01:27:33 +0000 (-0700) Subject: xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb. X-Git-Tag: v3.15-rc1~113^2~96^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e73d2391e9fc0f2c5df3935197ccefafc5760f;p=pandora-kernel.git xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb. Replace dev_kfree_skb with dev_consume_skb_any in xemaclite_send which can be called in hard irq and other contexts. xemacelite_send only frees skbs that it has successfully transmitted. Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed