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<sba...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to