diff options
-rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index daca72e6b37b..536a8ac189c8 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -2548,7 +2548,7 @@ void netif_napi_del(struct napi_struct *napi) | |||
2548 | { | 2548 | { |
2549 | struct sk_buff *skb, *next; | 2549 | struct sk_buff *skb, *next; |
2550 | 2550 | ||
2551 | list_del(&napi->dev_list); | 2551 | list_del_init(&napi->dev_list); |
2552 | 2552 | ||
2553 | for (skb = napi->gro_list; skb; skb = next) { | 2553 | for (skb = napi->gro_list; skb; skb = next) { |
2554 | next = skb->next; | 2554 | next = skb->next; |