From: Eric W. Biederman Date: Tue, 11 Mar 2014 21:14:58 +0000 (-0700) Subject: 8139cp: Call dev_kfree_skby_any instead of kfree_skb. X-Git-Tag: v3.15-rc1~113^2~162^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=508f81d517ed1f3f0197df63ea7ab5cd91b6f3b3;p=pandora-kernel.git 8139cp: Call dev_kfree_skby_any instead of kfree_skb. Replace kfree_skb with dev_kfree_skb_any in cp_start_xmit as it can be called in both hard irq and other contexts. Signed-off-by: "Eric W. Biederman" Signed-off-by: David S. Miller --- Reading git-diff-tree failed