From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Thu, 09 Jul 2009 23:22:07 -0700 Subject: [U-Boot] [PATCH] sh: sh_eth: Remove garbage from printf In-Reply-To: <4A432830.50105@renesas.com> References: <4A432830.50105@renesas.com> Message-ID: <4A56DE0F.3090605@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Nobuhiro Iwamatsu wrote: > Signed-off-by: Nobuhiro Iwamatsu > CC: Nobuhiro Iwamatsu > > --- > 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