public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] net: Add \n before warning message so it prints on a new line.
@ 2011-09-07 11:57 Philip Balister
  2011-09-07 11:57 ` [U-Boot] [PATCH] OMAP3: Overo: Update GPMC timing for ethernet chip Philip Balister
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Philip Balister @ 2011-09-07 11:57 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Philip Balister <philip@opensdr.com>
---
 net/eth.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/eth.c b/net/eth.c
index dbd1e2d..67a8039 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -305,7 +305,7 @@ int eth_initialize(bd_t *bis)
 				puts("\nWarning: eth device name has a space!\n");
 
 			if (eth_write_hwaddr(dev, "eth", eth_number))
-				puts("Warning: failed to set MAC address\n");
+				puts("\nWarning: failed to set MAC address\n");
 
 			eth_number++;
 			dev = dev->next;
-- 
1.7.4.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-09-08 19:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07 11:57 [U-Boot] [PATCH] net: Add \n before warning message so it prints on a new line Philip Balister
2011-09-07 11:57 ` [U-Boot] [PATCH] OMAP3: Overo: Update GPMC timing for ethernet chip Philip Balister
2011-09-08 14:21   ` Steve Sakoman
2011-09-08 14:45     ` Enric Balletbò i Serra
2011-09-08 18:50       ` Philip Balister
2011-09-08 19:48         ` Enric Balletbò i Serra
2011-09-07 11:57 ` [U-Boot] [PATCH] overo: Set IEN on GPMC_CLK to support CS's that use synchronous clocking Philip Balister
2011-09-08 15:01 ` [U-Boot] [PATCH] net: Add \n before warning message so it prints on a new line Albert ARIBAUD
2011-09-08 15:04   ` Philip Balister
2011-09-08 16:08     ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox