From: Ido Schimmel <[email protected]> Date: Thu, 22 Mar 2018 20:14:47 +0200
> From: Petr Machata <[email protected]> > > 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 <[email protected]> > Acked-by: Jiri Pirko <[email protected]> > Signed-off-by: Ido Schimmel <[email protected]> Applied.
