aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dsa/slave.c')
-rw-r--r--net/dsa/slave.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dsa/slave.c b/net/dsa/slave.c
index a3fcc1d01615..d5680a98a7f0 100644
--- a/net/dsa/slave.c
+++ b/net/dsa/slave.c
@@ -1009,7 +1009,8 @@ static const struct ethtool_ops dsa_slave_ethtool_ops = {
1009int dsa_legacy_fdb_add(struct ndmsg *ndm, struct nlattr *tb[], 1009int dsa_legacy_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],
1010 struct net_device *dev, 1010 struct net_device *dev,
1011 const unsigned char *addr, u16 vid, 1011 const unsigned char *addr, u16 vid,
1012 u16 flags) 1012 u16 flags,
1013 struct netlink_ext_ack *extack)
1013{ 1014{
1014 struct dsa_port *dp = dsa_slave_to_port(dev); 1015 struct dsa_port *dp = dsa_slave_to_port(dev);
1015 1016