提交 64394660 编写于 作者: D Daniel Hellstrom

GRETH: removed space in network driver device name.

Signed-off-by: NDaniel Hellstrom <daniel@gaisler.com>
上级 ed52d121
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册