]> asedeno.scripts.mit.edu Git - linux.git/commit
r8152: remove calling netif_napi_del
authorHayes Wang <hayeswang@realtek.com>
Wed, 28 Aug 2019 01:51:42 +0000 (09:51 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Aug 2019 23:02:32 +0000 (16:02 -0700)
commit973dc6cfc0e2c43ff29ca5645ceaf1ae694ea110
treea4bc8fadbefa7f9f6ded6c72ed900167069bc48b
parent49d4b14113cae1410eb4654ada5b9583bad971c4
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>
drivers/net/usb/r8152.c