b44: call netif_napi_del()
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 7 Jun 2015 12:11:48 +0000 (14:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jun 2015 02:45:34 +0000 (19:45 -0700)
commit1489bdeeae1a47171926e255956c9fc251db13a0
tree89bc48d3cb8f6c736e56071d488a3dd5420eb0b3
parentc4c832f89dc468cf11dc0dd17206bace44526651
b44: call netif_napi_del()

When the driver gets unregistered a call to netif_napi_del() was
missing, this all was also missing in the error paths of
b44_init_one().

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/b44.c