GRETH: removed space in network driver device name.

Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
This commit is contained in:
Daniel Hellstrom 2010-10-21 15:08:11 +02:00
parent ed52d121d3
commit 6439466047
1 changed files with 2 additions and 2 deletions

View File

@ -644,9 +644,9 @@ int greth_initialize(bd_t * bis)
/* Make descriptor string */
if (greth->gbit_mac) {
sprintf(dev->name, "GRETH 10/100/GB");
sprintf(dev->name, "GRETH_10/100/GB");
} else {
sprintf(dev->name, "GRETH 10/100");
sprintf(dev->name, "GRETH_10/100");
}
/* initiate PHY, select speed/duplex depending on connected PHY */