diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-02-12 15:39:58 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-12 17:31:30 -0800 |
commit | 0f56623dc48aaee2ead9d61098fc6c2a2d864c78 (patch) | |
tree | 2461a7b8859cf2b7a596a2a997e93c274484dfdd /drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c | |
parent | bd3606c29fccd0fe3d1061a61811cabf1abf7110 (diff) | |
download | linux-0f56623dc48aaee2ead9d61098fc6c2a2d864c78.tar.gz linux-0f56623dc48aaee2ead9d61098fc6c2a2d864c78.tar.bz2 linux-0f56623dc48aaee2ead9d61098fc6c2a2d864c78.zip |
mlxsw: spectrum_switchdev: Remove unused variables
After 1ecb195753a1 ("mlxsw: spectrum_switchdev: Remove getting
PORT_BRIDGE_FLAGS") we are not accessing any driver private data
structure, so the mlxsw_sp_port and mlxsw_sp variables are unused.
Fixes: 1ecb195753a1 ("mlxsw: spectrum_switchdev: Remove getting PORT_BRIDGE_FLAGS")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c')
-rw-r--r-- | drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c index 4c5780f8f4b2..1f492b7dbea8 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c @@ -434,9 +434,6 @@ static void mlxsw_sp_bridge_vlan_put(struct mlxsw_sp_bridge_vlan *bridge_vlan) static int mlxsw_sp_port_attr_get(struct net_device *dev, struct switchdev_attr *attr) { - struct mlxsw_sp_port *mlxsw_sp_port = netdev_priv(dev); - struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp; - switch (attr->id) { case SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORT: attr->u.brport_flags_support = BR_LEARNING | BR_FLOOD | |