diff options
author | Petr Machata <petrm@mellanox.com> | 2018-03-22 19:14:47 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-23 17:59:26 +0100 |
commit | 885b0d4375a102d002bc654b4b68da46ba060032 (patch) | |
tree | 65ca9ce263add0543cf5a6a6b167a319cccea7d7 /net/llc/llc_c_st.c | |
parent | tc-testing: add selftests for 'bpf' action (diff) | |
download | linux-885b0d4375a102d002bc654b4b68da46ba060032.tar.xz linux-885b0d4375a102d002bc654b4b68da46ba060032.zip |
mlxsw: spectrum_span: Fix initialization of struct mlxsw_sp_span_parms
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 <petrm@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/llc/llc_c_st.c')
0 files changed, 0 insertions, 0 deletions