commit | e333ac1f1db09e37425c90bb6cf3dec721a6d71d | [log] [tgz] |
---|---|---|
author | Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> | Thu Sep 07 18:32:30 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 08 20:53:10 2017 -0700 |
tree | 55c2e6246c5d47915baac4a0bc0748449e02b8cc | |
parent | 0fdbedc7ddfc22e5a6e9596dd01b0dd922bf142c [diff] |
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>