From: Ido Schimmel <ido...@mellanox.com> Date: Thu, 22 Mar 2018 20:14:47 +0200
> From: Petr Machata <pe...@mellanox.com> > > Since the first element of struct mlxsw_sp_span_parms is a pointer, > to zero-initialize this structure the correct notation is not = {0}, but > rather = {NULL}, as reported by sparse. > > Signed-off-by: Petr Machata <pe...@mellanox.com> > Acked-by: Jiri Pirko <j...@mellanox.com> > Signed-off-by: Ido Schimmel <ido...@mellanox.com> Applied.