mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 07:20:54 +07:00
qed: initialize ll2_syn_handle at start of function
Fix compilation warning qed_iwarp.c:1721:5: warning: ll2_syn_handle may be used uninitialized in this function Signed-off-by: Michal Kalderon <Michal.Kalderon@cavium.com> Signed-off-by: Ariel Elior <Ariel.Elior@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
52427fa063
commit
25f4535a94
@ -1724,7 +1724,7 @@ qed_iwarp_ll2_comp_syn_pkt(void *cxt, struct qed_ll2_comp_rx_data *data)
|
||||
int rc;
|
||||
|
||||
memset(&cm_info, 0, sizeof(cm_info));
|
||||
|
||||
ll2_syn_handle = p_hwfn->p_rdma_info->iwarp.ll2_syn_handle;
|
||||
if (GET_FIELD(data->parse_flags,
|
||||
PARSING_AND_ERR_FLAGS_L4CHKSMWASCALCULATED) &&
|
||||
GET_FIELD(data->parse_flags, PARSING_AND_ERR_FLAGS_L4CHKSMERROR)) {
|
||||
@ -1740,7 +1740,6 @@ qed_iwarp_ll2_comp_syn_pkt(void *cxt, struct qed_ll2_comp_rx_data *data)
|
||||
goto err;
|
||||
|
||||
/* Check if there is a listener for this 4-tuple+vlan */
|
||||
ll2_syn_handle = p_hwfn->p_rdma_info->iwarp.ll2_syn_handle;
|
||||
listener = qed_iwarp_get_listener(p_hwfn, &cm_info);
|
||||
if (!listener) {
|
||||
DP_VERBOSE(p_hwfn,
|
||||
|
Loading…
Reference in New Issue
Block a user