commit | 1d82ffa6ba0f645d449c1b0489bb698a9a7301ea | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Jan 15 14:45:12 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 16 01:00:03 2015 -0500 |
tree | 49ea18203e994fd765008b408c4099538f7fc9f5 | |
parent | 0f5372731dc13655da9edd282437a290eaa7c258 [diff] |
net: davinci_emac: Fix incomplete code for getting the phy from device tree Looks like the phy_id is never set up beyond getting the phandle. Note that we can remove the ifdef for phy_node as there is a stub for of_phy_connec() if CONFIG_OF is not set. Cc: Brian Hutchinson <b.hutchman@gmail.com> Cc: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: David S. Miller <davem@davemloft.net>