]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: fec_mxc: only call phy_connect in fec_probe
authorTroy Kisky <troy.kisky@boundarydevices.com>
Mon, 22 Oct 2012 16:40:45 +0000 (16:40 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 28 Jan 2013 05:57:50 +0000 (06:57 +0100)
commit4dc27eed5230c485ef8016ccea6ea0abbd937d98
treea95e325066e47a0c5d26f6fcb451e432411052a8
parentef8e3a3bbf0720068b7bf6e4f182c17679f94fa2
net: fec_mxc: only call phy_connect in fec_probe

This allows us to create the phydev before calling
fec_probe in later patch.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
drivers/net/fec_mxc.c