Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135465
b: refs/heads/master
c: 039a6f6
h: refs/heads/master
i:
  135463: 368704f
v: v3
  • Loading branch information
David S. Miller committed Mar 23, 2009
1 parent 5cf658e commit 9da5829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 18f27383d9bdcb985cc39599e99917bdad101a60
refs/heads/master: 039a6f6a39d2aa30ee53afdb213ea6dd4482928b
5 changes: 0 additions & 5 deletions trunk/drivers/net/ucc_geth.c
Original file line number Diff line number Diff line change
Expand Up @@ -3641,14 +3641,9 @@ static int ucc_geth_probe(struct of_device* ofdev, const struct of_device_id *ma
if (err)
return -1;

<<<<<<< HEAD:drivers/net/ucc_geth.c
snprintf(ug_info->mdio_bus, MII_BUS_ID_SIZE, "%x",
res.start&0xfffff);
=======
uec_mdio_bus_name(bus_name, mdio);
snprintf(ug_info->phy_bus_id, sizeof(ug_info->phy_bus_id),
"%s:%02x", bus_name, *prop);
>>>>>>> 61fa9dcf9329cb92c220f7b656410fbe5e72f933:drivers/net/ucc_geth.c
}

/* get the phy interface type, or default to MII */
Expand Down

0 comments on commit 9da5829

Please sign in to comment.