提交 94060a15 编写于 作者: M Mike Frysinger

Blackfin: bfin_mac: remove space from name

Some commands (like 'mii') use this name to select devices, but they break
when those names contain spaces.  So drop the space from the Blackfin EMAC
driver.
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 787e343b
......@@ -99,7 +99,7 @@ int bfin_EMAC_initialize(bd_t *bis)
hang();
memset(dev, 0, sizeof(*dev));
sprintf(dev->name, "Blackfin EMAC");
strcpy(dev->name, "bfin_mac");
dev->iobase = 0;
dev->priv = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册