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.2.69~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c029c5b78a5d6a3092392548da6a62edc134bfa4;p=pandora-kernel.git 8139cp: Call dev_kfree_skby_any instead of kfree_skb. commit 508f81d517ed1f3f0197df63ea7ab5cd91b6f3b3 upstream. 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed