aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2009-03-23 19:21:16 -0400
committerDavid S. Miller <davem@davemloft.net>2009-03-23 19:21:16 -0400
commit039a6f6a39d2aa30ee53afdb213ea6dd4482928b (patch)
tree7ea0979b9a227039be3b9ced35b9a429a6974cab /drivers/net/ucc_geth.c
parent18f27383d9bdcb985cc39599e99917bdad101a60 (diff)
ucc_geth: Fix merge error.
I left a merge failure unresolved, noticed by Stephen Rothwell. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ucc_geth.c')
-rw-r--r--drivers/net/ucc_geth.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c
index 8f0ac442c907..5f866e276dd1 100644
--- a/drivers/net/ucc_geth.c
+++ b/drivers/net/ucc_geth.c
@@ -3641,14 +3641,9 @@ static int ucc_geth_probe(struct of_device* ofdev, const struct of_device_id *ma
3641 if (err) 3641 if (err)
3642 return -1; 3642 return -1;
3643 3643
3644<<<<<<< HEAD:drivers/net/ucc_geth.c
3645 snprintf(ug_info->mdio_bus, MII_BUS_ID_SIZE, "%x",
3646 res.start&0xfffff);
3647=======
3648 uec_mdio_bus_name(bus_name, mdio); 3644 uec_mdio_bus_name(bus_name, mdio);
3649 snprintf(ug_info->phy_bus_id, sizeof(ug_info->phy_bus_id), 3645 snprintf(ug_info->phy_bus_id, sizeof(ug_info->phy_bus_id),
3650 "%s:%02x", bus_name, *prop); 3646 "%s:%02x", bus_name, *prop);
3651>>>>>>> 61fa9dcf9329cb92c220f7b656410fbe5e72f933:drivers/net/ucc_geth.c
3652 } 3647 }
3653 3648
3654 /* get the phy interface type, or default to MII */ 3649 /* get the phy interface type, or default to MII */