net: emaclite: Change driver name and add address
authorMichal Simek <monstr@monstr.eu>
Thu, 25 Aug 2011 10:25:14 +0000 (12:25 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 3 Oct 2011 06:04:13 +0000 (08:04 +0200)
Current xilinx emaclite use net multi registration
but doesn't support several emaclites interfaces.
Changing driver name with adding address to name
is the first step how to distiguish several drivers.

Signed-off-by: Michal Simek <monstr@monstr.eu>
drivers/net/xilinx_emaclite.c

index 3c7c250..8d170a3 100644 (file)
@@ -350,7 +350,7 @@ int xilinx_emaclite_initialize (bd_t *bis, int base_addr)
                return -1;
 
        memset(dev, 0, sizeof(*dev));
-       sprintf(dev->name, "Xilinx_Emaclite");
+       sprintf(dev->name, "Xelite.%x", base_addr);
 
        dev->iobase = base_addr;
        dev->priv = 0;