diff options
Diffstat (limited to 'net/core/dev.c')
-rw-r--r-- | net/core/dev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index 4962c8afd606..193eafaabd88 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -5024,7 +5024,6 @@ static int netif_alloc_rx_queues(struct net_device *dev) | |||
5024 | return -ENOMEM; | 5024 | return -ENOMEM; |
5025 | } | 5025 | } |
5026 | dev->_rx = rx; | 5026 | dev->_rx = rx; |
5027 | atomic_set(&rx->count, count); | ||
5028 | 5027 | ||
5029 | /* | 5028 | /* |
5030 | * Set a pointer to first element in the array which holds the | 5029 | * Set a pointer to first element in the array which holds the |