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 3ee7ecd commit 3e44a61Copy full SHA for 3e44a61
drivers/infiniband/ulp/rtrs/rtrs-clt.c
@@ -2350,8 +2350,6 @@ static int init_conns(struct rtrs_clt_path *clt_path)
2350
if (err)
2351
goto destroy;
2352
2353
- rtrs_start_hb(&clt_path->s);
2354
-
2355
return 0;
2356
2357
destroy:
@@ -2625,6 +2623,7 @@ static int init_path(struct rtrs_clt_path *clt_path)
2625
2623
goto out;
2626
2624
}
2627
rtrs_clt_path_up(clt_path);
+ rtrs_start_hb(&clt_path->s);
2628
out:
2629
mutex_unlock(&clt_path->init_mutex);
2630
0 commit comments