]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
net: dsa: mv88e6xxx: Fix name of switch 88E6141
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 20 Mar 2018 09:44:40 +0000 (10:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Mar 2018 16:29:57 +0000 (12:29 -0400)
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>
drivers/net/dsa/mv88e6xxx/chip.c

index fe46b40195fae1503fff871952d34370bf4053a6..6439f7d6c4d67a781e15b84dd2552b5d1589860b 100644 (file)
@@ -3427,7 +3427,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,
                .num_internal_phys = 5,