netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: "Marek Behún" <marek.behun@nic.cz>
Cc: netdev@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Vivien Didelot <vivien.didelot@savoirfairelinux.com>,
	Arkadi Sharshevsky <arkadis@mellanox.com>,
	"David S . Miller" <davem@davemloft.net>
Subject: Re: [PATCH v1 net-next] net: dsa: mv88e6xxx: Fix name string for 88E6141
Date: Thu, 3 May 2018 15:11:43 +0200	[thread overview]
Message-ID: <20180503131143.GA17027@lunn.ch> (raw)
In-Reply-To: <20180503130655.23275-1-marek.behun@nic.cz>

On Thu, May 03, 2018 at 03:06:55PM +0200, Marek Behún wrote:
> The structure was copied from 88E6341 but the name was not changed.
> 
> Signed-off-by: Marek Behun <marek.behun@nic.cz>

Hi Marek

Which tree is this against?

> ---
>  drivers/net/dsa/mv88e6xxx/chip.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c
> index e9600a82dc83..fae362020305 100644
> --- a/drivers/net/dsa/mv88e6xxx/chip.c
> +++ b/drivers/net/dsa/mv88e6xxx/chip.c
> @@ -3206,7 +3206,7 @@ static const struct mv88e6xxx_info mv88e6xxx_table[] = {
>  	[MV88E6141] = {
>  		.prod_num = MV88E6XXX_PORT_SWITCH_ID_PROD_6141,
>  		.family = MV88E6XXX_FAMILY_6341,
> -		.name = "Marvell 88E6341",
> +		.name = "Marvell 88E6141",
>  		.num_databases = 4096,
>  		.num_ports = 6,
>  		.max_vid = 4095,
> -- 
> 2.16.1
> 

commit 79a68b2631d8ec3e149081b1ecfb23509c040b4e
Author: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Date:   Tue Mar 20 10:44:40 2018 +0100

    net: dsa: mv88e6xxx: Fix name of switch 88E6141
    
    The switch name is emitted in the kernel log, so having the right name
    there is nice.
    
    Fixes: 1558727a1c1b ("net: dsa: mv88e6xxx: Add support for ethernet switch 88E6141")
    Reviewed-by: Andrew Lunn <andrew@lunn.ch>
    Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    Signed-off-by: David S. Miller <davem@davemloft.net>

  reply	other threads:[~2018-05-03 13:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-03 13:06 [PATCH v1 net-next] net: dsa: mv88e6xxx: Fix name string for 88E6141 Marek Behún
2018-05-03 13:11 ` Andrew Lunn [this message]
2018-05-03 14:16   ` Marek Behún

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=20180503131143.GA17027@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=arkadis@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=marek.behun@nic.cz \
    --cc=netdev@vger.kernel.org \
    --cc=vivien.didelot@savoirfairelinux.com \
    /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;
as well as URLs for NNTP newsgroup(s).