From 2d6ec6ec99b2dae1576af8d038fc70afa7eefb27 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 7 Aug 2007 13:33:21 +0000 Subject: [PATCH] Renamed EoE interfaces to eoes. --- master/ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/ethernet.c b/master/ethernet.c index 4fb13d29..0e6cac3d 100644 --- a/master/ethernet.c +++ b/master/ethernet.c @@ -117,7 +117,7 @@ int ec_eoe_init( eoe->tx_rate = 0; eoe->rate_jiffies = 0; - sprintf(name, "eoe%u-%u", slave->master->index, slave->ring_position); + sprintf(name, "eoe%us%u", slave->master->index, slave->ring_position); if (!(eoe->dev = alloc_netdev(sizeof(ec_eoe_t *), name, ether_setup))) { EC_ERR("Unable to allocate net_device for EoE handler!\n");