net: smc911x: Fix typo
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
This commit is contained in:
parent
5ed546fdd0
commit
9047bfa1e7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user