commit | 973dc6cfc0e2c43ff29ca5645ceaf1ae694ea110 | [log] [tgz] |
---|---|---|
author | Hayes Wang <hayeswang@realtek.com> | Wed Aug 28 09:51:42 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 28 16:02:32 2019 -0700 |
tree | a4bc8fadbefa7f9f6ded6c72ed900167069bc48b | |
parent | 49d4b14113cae1410eb4654ada5b9583bad971c4 [diff] |
r8152: remove calling netif_napi_del Remove unnecessary use of netif_napi_del. This also avoids to call napi_disable() after netif_napi_del(). Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>