From: Michał Mirosław Date: Tue, 22 Feb 2011 16:52:28 +0000 (+0000) Subject: Fix "(unregistered net_device): Features changed" message X-Git-Tag: v2.6.39-rc1~468^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e9b59b219e520cfc2f80af471c6b0e67ad9dd75;p=pandora-kernel.git Fix "(unregistered net_device): Features changed" message Fix netdev_update_features() messages on register time by moving the call further in register_netdevice(). When netdev->reg_state != NETREG_REGISTERED, netdev_name() returns "(unregistered netdevice)" even if the dev's name is already filled. Signed-off-by: Michał Mirosław Signed-off-by: David S. Miller --- Reading git-diff-tree failed