From: Cyrille Pitchen Date: Mon, 15 Dec 2014 14:13:31 +0000 (+0100) Subject: net/macb: fix misplaced call of free_netdev() in macb_remove() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~36^2~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e965be7d17b9c82424cbb079506f0f9a4f41656c;p=pandora-kernel.git net/macb: fix misplaced call of free_netdev() in macb_remove() 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed