From: Eugenia Emantayev Date: Tue, 25 Jun 2013 09:09:31 +0000 (+0300) Subject: net/mlx4_en: Move register_netdev() to the end of initialization function X-Git-Tag: v3.11-rc1~64^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4801ae70d80dc815997e3cb6bca1dfe36d1594fd;p=pandora-kernel.git net/mlx4_en: Move register_netdev() to the end of initialization function To avoid a race between the open function and everything that happens after register_netdev() move it to be the last operation called. Signed-off-by: Eugenia Emantayev Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed