We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6004784 commit 92443baCopy full SHA for 92443ba
drivers/infiniband/core/cm.c
@@ -1435,6 +1435,7 @@ int ib_send_cm_req(struct ib_cm_id *cm_id,
1435
id.local_id);
1436
if (IS_ERR(cm_id_priv->timewait_info)) {
1437
ret = PTR_ERR(cm_id_priv->timewait_info);
1438
+ cm_id_priv->timewait_info = NULL;
1439
goto out;
1440
}
1441
@@ -1961,6 +1962,7 @@ static int cm_req_handler(struct cm_work *work)
1961
1962
1963
1964
1965
1966
goto destroy;
1967
1968
cm_id_priv->timewait_info->work.remote_id = req_msg->local_comm_id;
0 commit comments