commit | ecf7b361a6bc1fd5441e4d6a3d7433abbe577064 | [log] [tgz] |
---|---|---|
author | Stas Sergeev <stsp@list.ru> | Wed Apr 01 19:23:29 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 06 16:35:40 2015 -0400 |
tree | fe3cb6ccda9686c987c01b36faa368a1812bb6a9 | |
parent | f60e5990d9c1424af9dbca60a23ba2a1c7c1ce90 [diff] |
mvneta: dont call mvneta_adjust_link() manually 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>