Re: [PATCH] 8139too: Remove unnecessary netif_napi_del()

From: David Miller
Date: Fri May 25 2018 - 16:37:07 EST


From: Bo Chen <chenbo@xxxxxxx>
Date: Thu, 24 May 2018 12:48:35 -0700

> The call to free_netdev() in __rtl8139_cleanup_dev() clears the network device
> napi list, and explicit calls to netif_napi_del() are unnecessary.
>
> Signed-off-by: Bo Chen <chenbo@xxxxxxx>

Since this is just unnecessary work and not a bug, applied to net-next.

Thanks.