diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index abae3052f..5f3564c63 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -1968,10 +1968,10 @@ static int scst_local_add_target(const char *target_name, res = 0; -out: if (out_tgt != NULL) *out_tgt = tgt; +out: TRACE_EXIT_RES(res); return res;