git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9d48f
)
net: remove some unless free on failure in alloc_netdev_mqs()
author
WANG Cong
<xiyou.wangcong@gmail.com>
Wed, 4 Jun 2014 00:11:54 +0000
(17:11 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 4 Jun 2014 02:18:58 +0000
(19:18 -0700)
When we jump to free_pcpu on failure in alloc_netdev_mqs()
rx and tx queues are not yet allocated, so no need to free them.
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c
patch
|
blob
|
history
diff --cc
net/core/dev.c
Simple merge