From: Sven Eckelmann Date: Mon, 11 Feb 2013 09:10:23 +0000 (+0800) Subject: batman-adv: Move deinitialization of soft-interface to destructor X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~281^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3246020e27ecc7c50cc77535936987d6eb6c869;p=pandora-kernel.git batman-adv: Move deinitialization of soft-interface to destructor The deinitialization of the soft-interface created in ndo_init/constructor should be done in the destructor and not directly before calling unregister_netdevice Signed-off-by: Sven Eckelmann Signed-off-by: Marek Lindner Acked-by: Antonio Quartulli Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed