]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: ti: netcp_core: no need in netif_napi_del
authorIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Thu, 7 Sep 2017 15:32:30 +0000 (18:32 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Sep 2017 03:53:10 +0000 (20:53 -0700)
commite69efc3a8e173c3c7c6f52c72ebc02221b088be6
tree55c2e6246c5d47915baac4a0bc0748449e02b8cc
parentbbf8791bcdd2d019753523705891cefafe47efb8
net: ethernet: ti: netcp_core: no need in netif_napi_del

Don't remove rx_napi specifically just before free_netdev(),
it's supposed to be done in it and is confusing w/o tx_napi deletion.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/netcp_core.c