From: Eric W. Biederman Date: Sun, 16 Mar 2014 00:10:50 +0000 (-0700) Subject: sundance: Call dev_kfree_skb_any instead of dev_kfree_skb. X-Git-Tag: v3.15-rc1~113^2~96^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36fc210904832ffd5bf1368e03fac549ce8589e8;p=pandora-kernel.git sundance: Call dev_kfree_skb_any instead of dev_kfree_skb. Replace dev_kfree_skb with dev_kfree_skb_any in start_tx that can be called in hard irq and other contexts, when the skb is dropped. Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed