From: Dave Kleikamp Date: Mon, 1 Jul 2013 21:49:22 +0000 (-0500) Subject: sunvnet: vnet_port_remove must call unregister_netdev X-Git-Tag: v3.2.50~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb99c9900545e3323c61aa912034b8e955e1f344;p=pandora-kernel.git sunvnet: vnet_port_remove must call unregister_netdev [ Upstream commit aabb9875d02559ab9b928cd6f259a5cc4c21a589 ] The missing call to unregister_netdev() leaves the interface active after the driver is unloaded by rmmod. Signed-off-by: Dave Kleikamp Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed