git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60e599
)
mvneta: dont call mvneta_adjust_link() manually
author
Stas Sergeev
<stsp@list.ru>
Wed, 1 Apr 2015 16:23:29 +0000
(19:23 +0300)
committer
David 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