Skip to content

Commit

Permalink
net: dsa: mv88e6xxx: Fix name of switch 88E6141
Browse files Browse the repository at this point in the history
The switch name is emitted in the kernel log, so having the right name
there is nice.

Fixes: 1558727 ("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>
  • Loading branch information
Uwe Kleine-König authored and David S. Miller committed Mar 20, 2018
1 parent 6349a16 commit 79a68b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/dsa/mv88e6xxx/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 79a68b2

Please sign in to comment.