summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
diff options
context:
space:
mode:
authorVivien Didelot2017-03-28 19:50:34 +0200
committerDavid S. Miller2017-03-29 06:52:52 +0200
commit2cf4cefb69cba2dce4968c4517bf00957dd7fda8 (patch)
tree3166d7d1c7782cf40b5c55dc7b4b5b717b0bdba9 /drivers/net/dsa
parentnet: dsa: mv88e6xxx: reorder 88E6341 definitions (diff)
downloadkernel-qcow2-linux-2cf4cefb69cba2dce4968c4517bf00957dd7fda8.tar.gz
kernel-qcow2-linux-2cf4cefb69cba2dce4968c4517bf00957dd7fda8.tar.xz
kernel-qcow2-linux-2cf4cefb69cba2dce4968c4517bf00957dd7fda8.zip
net: dsa: mv88e6xxx: fix 88E6191 ops
The mv88e6xxx_info structure for the 88E6191 chip was pointing the mv88e6391_ops definition instead of mv88e6191_ops. Fix this. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa')
-rw-r--r--drivers/net/dsa/mv88e6xxx/chip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c
index 3918790c4a75..da7bf608cc58 100644
--- a/drivers/net/dsa/mv88e6xxx/chip.c
+++ b/drivers/net/dsa/mv88e6xxx/chip.c
@@ -3846,7 +3846,7 @@ static const struct mv88e6xxx_info mv88e6xxx_table[] = {
.atu_move_port_mask = 0x1f,
.tag_protocol = DSA_TAG_PROTO_DSA,
.flags = MV88E6XXX_FLAGS_FAMILY_6390,
- .ops = &mv88e6391_ops,
+ .ops = &mv88e6191_ops,
},
[MV88E6240] = {