]> git.baikalelectronics.ru Git - kernel.git/commit
octeontx2-af: Fixes static warnings
authorRatheesh Kannoth <rkannoth@marvell.com>
Thu, 14 Jul 2022 04:28:43 +0000 (09:58 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jul 2022 11:01:43 +0000 (12:01 +0100)
commit62f93322fe66bff06ffc939b27f33642efc07fdc
tree03fc72da0dc57463ecbbbdd0dd930a83d2d7c858
parent70f59eb7c0581846034bca2ae579dc3c9a28aa5c
octeontx2-af: Fixes static warnings

Fixes smatch static tool warning reported by smatch tool.

rvu_npc_hash.c:1232 rvu_npc_exact_del_table_entry_by_id() error:
uninitialized symbol 'drop_mcam_idx'.

rvu_npc_hash.c:1312 rvu_npc_exact_add_table_entry() error:
uninitialized symbol 'drop_mcam_idx'.

rvu_npc_hash.c:1391 rvu_npc_exact_update_table_entry() error:
uninitialized symbol 'hash_index'.

rvu_npc_hash.c:1428 rvu_npc_exact_promisc_disable() error:
uninitialized symbol 'drop_mcam_idx'.

rvu_npc_hash.c:1473 rvu_npc_exact_promisc_enable() error:
uninitialized symbol 'drop_mcam_idx'.

otx2_dmac_flt.c:191 otx2_dmacflt_update() error: 'rsp'
dereferencing possible ERR_PTR()

otx2_dmac_flt.c:60 otx2_dmacflt_add_pfmac() error: 'rsp'
dereferencing possible ERR_PTR()

Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
drivers/net/ethernet/marvell/octeontx2/nic/otx2_dmac_flt.c