commit | d80f45ffd8847891554f00e19fc9bc95ee720976 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu Oct 20 16:59:49 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 20 14:47:52 2016 -0400 |
tree | d8a7c24cd0d64e0da9395aed56b9ac7b1a064073 | |
parent | 547412fe08239366f867aea4cc9c8e6816302c1d [diff] |
dwc_eth_qos: use dev_kfree_skb_any instead of dev_kfree_skb Replace dev_kfree_skb with dev_kfree_skb_any in dwceqos_start_xmit() which can be called from hard irq context (netpoll) and from other contexts. dwceqos_start_xmit() only frees skbs that it has dropped. This is detected by Coccinelle semantic patch. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>