From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sh: sh_eth: Remove garbage from printf
Date: Thu, 09 Jul 2009 23:22:07 -0700 [thread overview]
Message-ID: <4A56DE0F.3090605@gmail.com> (raw)
In-Reply-To: <4A432830.50105@renesas.com>
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
prev parent reply other threads:[~2009-07-10 6:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A56DE0F.3090605@gmail.com \
--to=biggerbadderben@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.