of_mdio: Don't phy_scan_fixups() twice
authorKyle Moffett <Kyle.D.Moffett@boeing.com>
Thu, 20 Oct 2011 21:00:09 +0000 (17:00 -0400)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 25 Oct 2011 04:55:52 +0000 (06:55 +0200)
commitae97159aed6eff68f4ac86472b018985f071fed5
treeaaa3f81ec47a054140af0adbb8c2eb5fc7929235
parent2b0fce8da2f5b6dc9661be540982416a9e2267f8
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>
drivers/of/of_mdio.c