Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150051
b: refs/heads/master
c: 8555a59
h: refs/heads/master
i:
  150049: b437f5e
  150047: f5d90ed
v: v3
  • Loading branch information
Grant Likely authored and David S. Miller committed Apr 28, 2009
1 parent 1aee7d4 commit 72ce198
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d58ea30b141c95bd21fb39021d4b602f48b30be
refs/heads/master: 8555a5948467e941acc34e8b1c30df4c1f2f5862
3 changes: 0 additions & 3 deletions trunk/drivers/net/ucc_geth.c
Original file line number Diff line number Diff line change
Expand Up @@ -3631,9 +3631,6 @@ static int ucc_geth_probe(struct of_device* ofdev, const struct of_device_id *ma
prop = of_get_property(np, "phy-connection-type", NULL);
if (!prop) {
/* handle interface property present in old trees */
if (!phy)
return -ENODEV;

prop = of_get_property(phy, "interface", NULL);
if (prop != NULL) {
phy_interface = enet_to_phy_interface[*prop];
Expand Down

0 comments on commit 72ce198

Please sign in to comment.