From: Wei Yongjun <weiyj...@gmail.com> Date: Wed, 19 Oct 2016 13:47:52 +0000
> From: Wei Yongjun <weiyongj...@huawei.com> > > Replace dev_kfree_skb with dev_kfree_skb_any in arc_emac_tx() > which can be called from hard irq context (netpoll) and from > other contexts. arc_emac_tx() only frees skbs that it has > dropped. > > This is detected by Coccinelle semantic patch. > > Signed-off-by: Wei Yongjun <weiyongj...@huawei.com> Applied.