From: Stephen Hemminger <stephen@networkplumber.org>
To: Harvey Hunt <harvey.hunt@imgtec.com>
Cc: <davem@davemloft.net>, Robert Jarzmik <robert.jarzmik@free.fr>,
Barry Song <Baohua.Song@csr.com>,
Marcel Ziswiler <marcel@ziswiler.com>, <netdev@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH net] drivers: net: Don't print unpopulated net_device name
Date: Tue, 10 May 2016 11:31:48 -0700 [thread overview]
Message-ID: <20160510113148.4b4d0d6d@xeon-e3> (raw)
In-Reply-To: <1462898601-5429-1-git-send-email-harvey.hunt@imgtec.com>
On Tue, 10 May 2016 17:43:21 +0100
Harvey Hunt <harvey.hunt@imgtec.com> wrote:
> For ethernet devices, net_device.name will be eth%d before
> register_netdev() is called. Don't print the net_device name until
> the format string is replaced.
>
> Cc: Robert Jarzmik <robert.jarzmik@free.fr>
> Cc: Barry Song <Baohua.Song@csr.com>
> Cc: Marcel Ziswiler <marcel@ziswiler.com>
> Cc: netdev@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
>
> Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com>
> ---
> I've tested this patch on a board that has a DM9000, but haven't
> tested the other two network devices.
>
> drivers/net/ethernet/davicom/dm9000.c | 3 +--
> drivers/net/ethernet/micrel/ks8695net.c | 3 +--
> drivers/net/ethernet/netx-eth.c | 3 +--
> 3 files changed, 3 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/net/ethernet/davicom/dm9000.c b/drivers/net/ethernet/davicom/dm9000.c
> index 48d9194..89dcaa1 100644
> --- a/drivers/net/ethernet/davicom/dm9000.c
> +++ b/drivers/net/ethernet/davicom/dm9000.c
> @@ -1686,8 +1686,7 @@ dm9000_probe(struct platform_device *pdev)
> }
>
> if (!is_valid_ether_addr(ndev->dev_addr)) {
> - dev_warn(db->dev, "%s: Invalid ethernet MAC address. Please "
> - "set using ifconfig\n", ndev->name);
> + dev_warn(db->dev, "Invalid ethernet MAC address. Please set using ifconfig\n");
ifconfig is deprecated, therefore please don't tell users to use it.
next prev parent reply other threads:[~2016-05-10 18:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-10 16:43 [PATCH net] drivers: net: Don't print unpopulated net_device name Harvey Hunt
2016-05-10 18:31 ` Stephen Hemminger [this message]
2016-05-12 13:27 ` Harvey Hunt
2016-05-11 23:26 ` David Miller
2016-05-12 13:27 ` Harvey Hunt
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=20160510113148.4b4d0d6d@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=Baohua.Song@csr.com \
--cc=davem@davemloft.net \
--cc=harvey.hunt@imgtec.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcel@ziswiler.com \
--cc=netdev@vger.kernel.org \
--cc=robert.jarzmik@free.fr \
/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.