提交 9047bfa1 编写于 作者: N Nobuhiro Iwamatsu 提交者: Wolfgang Denk

net: smc911x: Fix typo

Signed-off-by: NNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
上级 5ed546fd
......@@ -597,7 +597,7 @@ int eth_init(bd_t *bd)
val = reg_read(BYTE_TEST);
if (val != 0x87654321) {
printf(DRIVERNAME ": Invalid chip endian 0x08%x\n", val);
printf(DRIVERNAME ": Invalid chip endian 0x%08x\n", val);
goto err_out;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册