From: Eric Dumazet
Date: Wed, 16 Nov 2016 06:01:47 -0800
> From: Eric Dumazet
>
> Calling napi_hash_del() after netif_napi_del() is pointless.
>
> Signed-off-by: Eric Dumazet
Applied.
On 16/11/16 14:01, Eric Dumazet wrote:
> From: Eric Dumazet
>
> Calling napi_hash_del() after netif_napi_del() is pointless.
>
> Signed-off-by: Eric Dumazet
> Cc: Edward Cree
> Cc: Bert Kenward
> ---
> drivers/net/ethernet/sfc/efx.c |5 ++---
> 1 file changed, 2 insertions(+), 3 deletion
From: Eric Dumazet
Calling napi_hash_del() after netif_napi_del() is pointless.
Signed-off-by: Eric Dumazet
Cc: Edward Cree
Cc: Bert Kenward
---
drivers/net/ethernet/sfc/efx.c |5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers