dsa: Register netdev before phy
authorAndrew Lunn <andrew@lunn.ch>
Wed, 6 Jan 2016 19:11:20 +0000 (20:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Jan 2016 19:31:26 +0000 (14:31 -0500)
commit0071f56e46dadb88dc3ad1f8d9cf9c3ae014735d
tree2cd405f123e3b39a85e50d015676c48d316a447e
parent5cf11beef2c4333b511ff9cef5285320616d938b
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>
net/dsa/slave.c