From: Jiri Pirko <j...@resnulli.us> Date: Thu, 18 May 2017 13:03:52 +0200
> From: Ido Schimmel <ido...@mellanox.com> > > In case we got an FDB notification for a port that doesn't exist we > execute an FDB entry delete to prevent it from re-appearing the next > time we poll for notifications. > > If the operation failed we would trigger a NULL pointer dereference as > 'mlxsw_sp_port' is NULL. > > Fix it by reporting the error using the underlying bus device instead. > > Fixes: 12f1501e7511 ("mlxsw: spectrum: remove FDB entry in case we get > unknown object notification") > Signed-off-by: Ido Schimmel <ido...@mellanox.com> > Signed-off-by: Jiri Pirko <j...@mellanox.com> Applied, thank you.