commit | 0071f56e46dadb88dc3ad1f8d9cf9c3ae014735d | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Wed Jan 06 20:11:20 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 07 14:31:26 2016 -0500 |
tree | 2cd405f123e3b39a85e50d015676c48d316a447e | |
parent | 5cf11beef2c4333b511ff9cef5285320616d938b [diff] |
dsa: Register netdev before phy When the phy is connected, an info message is printed. If the netdev it is attached to has not been registered yet, the name 'uninitialised' in the output. By registering the netdev first, then connecting they phy, we can avoid this. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>