nvmf/fc: Use correct args in nvmf_fc_adm_evnt_hw_port_reset api.

Signed-off-by: Naresh Gottumukkala <raju.gottumukkala@broadcom.com>
Change-Id: I3d0b3a228479b21ea18c4ff7f9c41bc8879f630d
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5825
Community-CI: Broadcom CI
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
Naresh Gottumukkala 2021-01-08 02:38:38 +00:00 committed by Tomasz Zawadzki
parent 143c78a94c
commit cf07c1f7be

View File

@ -3852,7 +3852,7 @@ nvmf_fc_adm_evnt_hw_port_reset(void *arg)
goto fail; goto fail;
} }
ctx->reset_args = arg; ctx->reset_args = args;
ctx->reset_cb_func = api_data->cb_func; ctx->reset_cb_func = api_data->cb_func;
/* /*