[U-Boot-Users] [PATCH] net: smc911x: Fix typo output of the version check

3 Jul
2008
3 Jul
'08
4:16 p.m.
Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com --- drivers/net/smc911x.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c index a2d3cb2..1484b0b 100644 --- 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 0x08%x\n", val); + printf(DRIVERNAME ": Invalid chip endian 0x%08x\n", val); goto err_out; }
--
1.5.5.1

7 Jul
7 Jul
12:31 a.m.
New subject: [U-Boot-Users] [PATCH] net: smc911x: Fix typo output of the version check
In message 486CDF26.90908@renesas.com you wrote:
Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com
drivers/net/smc911x.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Everyting looks interesting until you do it. Then you find it's just
another job. - Terry Pratchett, _Moving Pictures_
6151
Age (days ago)
6154
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nobuhiro Iwamatsu
-
Wolfgang Denk