commit | ea3c9e13afe739f1ff31130cea57084cfe8c5dcd | [log] [tgz] |
---|---|---|
author | Jia-Ju Bai <baijiaju1990@163.com> | Mon Dec 22 08:43:14 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 22 16:31:58 2014 -0500 |
tree | 8e7790309a489a72f3393b58bc615a1b7b898781 | |
parent | 6402a577f4688053e98c1ffda1f4a6a59684ba81 [diff] |
8139too: Add netif_napi_del in the driver 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>