From: Florian Fainelli <[email protected]>
Date: Tue, 12 Feb 2019 13:39:05 -0800
> After 610d2b601bba ("rocker: Remove getting PORT_BRIDGE_FLAGS") we no
> longer have a port_attr_bridge_flags_get member in the rocker_world_ops
> structre, fix that.
>
> Fixes: 610d2b601bba ("rocker: Remove getting PORT_BRIDGE_FLAGS")
> Signed-off-by: Florian Fainelli <[email protected]>
Applied, I'm also getting this:
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c: In function
‘mlxsw_sp_port_attr_get’:
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c:438:19: warning:
unused variable ‘mlxsw_sp’ [-Wunused-variable]
struct mlxsw_sp *mlxsw_sp = mlxsw_sp_port->mlxsw_sp;
^~~~~~~~
Related?