8139too: Add netif_napi_del in the driver
authorJia-Ju Bai <baijiaju1990@163.com>
Mon, 22 Dec 2014 00:43:14 +0000 (08:43 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Dec 2014 21:31:58 +0000 (16:31 -0500)
For linux-3.18.0
The driver lacks netif_napi_del in the normal path and error path
to match the call of netif_napi_add in rtl8139_init_one.
This patch fixes this problem.

Signed-off-by: Jia-Ju Bai <baijiaju1990@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/8139too.c