commit | ae97159aed6eff68f4ac86472b018985f071fed5 | [log] [tgz] |
---|---|---|
author | Kyle Moffett <Kyle.D.Moffett@boeing.com> | Thu Oct 20 17:00:09 2011 -0400 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Oct 25 06:55:52 2011 +0200 |
tree | aaa3f81ec47a054140af0adbb8c2eb5fc7929235 | |
parent | 2b0fce8da2f5b6dc9661be540982416a9e2267f8 [diff] |
of_mdio: Don't phy_scan_fixups() twice The "phy_device_register()" call 5 lines down already calls phy_scan_fixups(), there's no need to do it a second time. Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>