All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] net, fec: Shorten device name as done for other drivers
Date: Tue, 20 Jul 2010 14:47:24 -0700	[thread overview]
Message-ID: <4C46196C.8050007@gmail.com> (raw)
In-Reply-To: <1279605427-23936-1-git-send-email-sbabic@denx.de>

  Hi Stefano,

n 7/19/2010 10:57 PM, Stefano Babic wrote:
> After discussion on the ML it is suggested to drop unrequired
> and not useful characters from the device name.
> This patch changes the name for the fec_mxc driver from
> "FEC_MXC" to "FEC".
>
> Signed-off-by: Stefano Babic<sbabic@denx.de>
> ---
>   drivers/net/fec_mxc.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
> index 57f89a3..6b801ce 100644
> --- a/drivers/net/fec_mxc.c
> +++ b/drivers/net/fec_mxc.c
> @@ -743,7 +743,7 @@ static int fec_probe(bd_t *bd)
>   	writel(0x05ee0024,&fec->eth->r_cntrl);	/* FIXME 0x05ee0004 */
>   	fec_mii_setspeed(fec);
>
> -	sprintf(edev->name, "FEC_MXC");
> +	sprintf(edev->name, "FEC");
>
>   	miiphy_register(edev->name, fec_miiphy_read, fec_miiphy_write);
>
Applied to net repo.

thanks,
Ben

  reply	other threads:[~2010-07-20 21:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-20  5:57 [U-Boot] [PATCH] net, fec: Shorten device name as done for other drivers Stefano Babic
2010-07-20 21:47 ` Ben Warren [this message]
2010-08-08 22:13   ` Wolfgang Denk

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=4C46196C.8050007@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.