mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
mlxsw: spectrum: Fix indent in mlxsw_sp_netdevice_port_upper_event
Signed-off-by: Jiri Pirko <jiri@mellanox.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fada43ccc8
commit
b51df799f6
@ -4038,8 +4038,8 @@ static int mlxsw_sp_netdevice_port_upper_event(struct net_device *dev,
|
||||
err = mlxsw_sp_port_vlan_link(mlxsw_sp_port,
|
||||
upper_dev);
|
||||
else
|
||||
mlxsw_sp_port_vlan_unlink(mlxsw_sp_port,
|
||||
upper_dev);
|
||||
mlxsw_sp_port_vlan_unlink(mlxsw_sp_port,
|
||||
upper_dev);
|
||||
} else if (netif_is_bridge_master(upper_dev)) {
|
||||
if (info->linking)
|
||||
err = mlxsw_sp_port_bridge_join(mlxsw_sp_port,
|
||||
|
Loading…
Reference in New Issue
Block a user