Re: [PATCH] b44: call netif_napi_del()

2015-06-07 Thread David Miller
From: Hauke Mehrtens Date: Sat, 6 Jun 2015 23:22:46 +0200 > When the driver gets unregistered a call to netif_napi_del() was > missing. > > Signed-off-by: Hauke Mehrtens This patch is incomplete. All of that failure paths in b44_init_one() after the netif_napi_add() call have the same exact

[PATCH] b44: call netif_napi_del()

2015-06-06 Thread Hauke Mehrtens
When the driver gets unregistered a call to netif_napi_del() was missing. Signed-off-by: Hauke Mehrtens --- drivers/net/ethernet/broadcom/b44.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/broadcom/b44.c b/drivers/net/ethernet/broadcom/b44.c index 77363d6..ebb9910 10