mvneta: dont call mvneta_adjust_link() manually
authorStas Sergeev <stsp@list.ru>
Wed, 1 Apr 2015 16:23:29 +0000 (19:23 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Apr 2015 20:35:40 +0000 (16:35 -0400)
mvneta_adjust_link() is a callback for of_phy_connect() and should
not be called directly. The result of calling it directly is as below:

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found