From: Mike Rapoport <mike@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] smc911x: fix typo in smc911x_handle_mac_address name
Date: Sun, 15 Nov 2009 08:56:03 +0200 [thread overview]
Message-ID: <4AFFA603.1030904@compulab.co.il> (raw)
In-Reply-To: <1257926592-14782-1-git-send-email-mike@compulab.co.il>
Ben,
Any chance this one can be merged as well?
Mike Rapoport wrote:
> Signed-off-by: Mike Rapoport <mike@compulab.co.il>
> ---
> drivers/net/smc911x.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/smc911x.c b/drivers/net/smc911x.c
> index c50758e..acc2306 100644
> --- a/drivers/net/smc911x.c
> +++ b/drivers/net/smc911x.c
> @@ -37,7 +37,7 @@ void pkt_data_push(struct eth_device *dev, u32 addr, u32 val) \
>
> #define mdelay(n) udelay((n)*1000)
>
> -static void smx911x_handle_mac_address(struct eth_device *dev)
> +static void smc911x_handle_mac_address(struct eth_device *dev)
> {
> unsigned long addrh, addrl;
> uchar *m = dev->enetaddr;
> @@ -155,7 +155,7 @@ static int smc911x_init(struct eth_device *dev, bd_t * bd)
> /* Configure the PHY, initialize the link state */
> smc911x_phy_configure(dev);
>
> - smx911x_handle_mac_address(dev);
> + smc911x_handle_mac_address(dev);
>
> /* Turn on Tx + Rx */
> smc911x_enable(dev);
--
Sincerely yours,
Mike.
next prev parent reply other threads:[~2009-11-15 6:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-11 8:03 [U-Boot] [PATCH] smc911x: fix typo in smc911x_handle_mac_address name Mike Rapoport
2009-11-15 6:56 ` Mike Rapoport [this message]
2009-11-15 15:24 ` Ben Warren
2009-12-07 21:04 ` 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=4AFFA603.1030904@compulab.co.il \
--to=mike@compulab.co.il \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox