commit | 7455a76f170f794498d26081a5f15b797ef1a2aa | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Mon Feb 08 05:12:08 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 12 11:38:58 2010 -0800 |
tree | 5a746de142377240d8cd0cbe7ac469ccab5171a2 | |
parent | 4cd24eaf0c6ee7f0242e34ee77ec899f255e66b5 [diff] |
macb: straighten out macb_mii_probe function Use "phy_find_first" instead of manual lookup. Also use "phy_connect_direct" instead of "phy_connect" since we already have phy_device pointer here. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by: David S. Miller <davem@davemloft.net>