projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed546f
)
net: smc911x: Fix typo
author
Nobuhiro Iwamatsu
<iwamatsu.nobuhiro@renesas.com>
Thu, 3 Jul 2008 14:16:06 +0000
(23:16 +0900)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/drivers/net/smc911x.c
b/drivers/net/smc911x.c
index
a2d3cb2
..
1484b0b
100644
(file)
--- a/
drivers/net/smc911x.c
+++ b/
drivers/net/smc911x.c
@@
-597,7
+597,7
@@
int eth_init(bd_t *bd)
val = reg_read(BYTE_TEST);
if (val != 0x87654321) {
- printf(DRIVERNAME ": Invalid chip endian 0x
08%
x\n", val);
+ printf(DRIVERNAME ": Invalid chip endian 0x
%08
x\n", val);
goto err_out;
}