]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
net: smc911x: Fix typo
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Thu, 3 Jul 2008 14:16:06 +0000 (23:16 +0900)
committerWolfgang Denk <wd@denx.de>
Sun, 6 Jul 2008 22:31:27 +0000 (00:31 +0200)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
drivers/net/smc911x.c

index a2d3cb2a7361fced3c7c4646787f32ced5fd7b34..1484b0b69693bd6564b23cdeac177cf2d85934de 100644 (file)
@@ -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;
        }