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:
parent
143c78a94c
commit
cf07c1f7be
@ -3852,7 +3852,7 @@ nvmf_fc_adm_evnt_hw_port_reset(void *arg)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
ctx->reset_args = arg;
|
||||
ctx->reset_args = args;
|
||||
ctx->reset_cb_func = api_data->cb_func;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user