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:
6ff4a8a
)
net/macb: fix misplaced call of free_netdev() in macb_remove()
author
Cyrille Pitchen
<cyrille.pitchen@atmel.com>
Mon, 15 Dec 2014 14:13:31 +0000
(15:13 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 15 Dec 2014 16:50:45 +0000
(11:50 -0500)
fix a bug introduced by the multiqueue support patch:
"net/macb: add TX multiqueue support for gem"
the "bp" pointer to the netdev private data was dereferenced and used after the
associated memory had been freed by calling free_netdev().
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found