public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sh: sh_eth: Remove garbage from printf
@ 2009-06-25  7:33 Nobuhiro Iwamatsu
  2009-07-10  6:22 ` Ben Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-06-25  7:33 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

---
 drivers/net/sh_eth.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c
index f24ded2..86cc324 100644
--- a/drivers/net/sh_eth.c
+++ b/drivers/net/sh_eth.c
@@ -546,7 +546,7 @@ static int sh_eth_config(struct sh_eth_dev *eth, bd_t *bd)
 	/* Configure phy */
 	ret = sh_eth_phy_config(eth);
 	if (ret) {
-		printf(SHETHER_NAME ":i phy config timeout\n");
+		printf(SHETHER_NAME ": phy config timeout\n");
 		goto err_phy_cfg;
 	}
 	/* Read phy status to finish configuring the e-mac */
-- 
1.6.3.1

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

* [U-Boot] [PATCH] sh: sh_eth: Remove garbage from printf
  2009-06-25  7:33 [U-Boot] [PATCH] sh: sh_eth: Remove garbage from printf Nobuhiro Iwamatsu
@ 2009-07-10  6:22 ` Ben Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Warren @ 2009-07-10  6:22 UTC (permalink / raw)
  To: u-boot

Nobuhiro Iwamatsu wrote:
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
> CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
>
> ---
>  drivers/net/sh_eth.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c
> index f24ded2..86cc324 100644
> --- a/drivers/net/sh_eth.c
> +++ b/drivers/net/sh_eth.c
> @@ -546,7 +546,7 @@ static int sh_eth_config(struct sh_eth_dev *eth, bd_t *bd)
>  	/* Configure phy */
>  	ret = sh_eth_phy_config(eth);
>  	if (ret) {
> -		printf(SHETHER_NAME ":i phy config timeout\n");
> +		printf(SHETHER_NAME ": phy config timeout\n");
>  		goto err_phy_cfg;
>  	}
>  	/* Read phy status to finish configuring the e-mac */
>   
Applied to net repo.

thanks,
Ben

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

end of thread, other threads:[~2009-07-10  6:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-25  7:33 [U-Boot] [PATCH] sh: sh_eth: Remove garbage from printf Nobuhiro Iwamatsu
2009-07-10  6:22 ` Ben Warren

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