target/pr: Fix possible uninitialized variable usage
Triggered a compilation warning.
Fixes: 2650d71e2
target: move transport ID handling to the core
Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
1c4c7159ed
commit
9b353cc8f1
1 changed files with 1 additions and 1 deletions
|
@ -1474,7 +1474,7 @@ core_scsi3_decode_spec_i_port(
|
||||||
LIST_HEAD(tid_dest_list);
|
LIST_HEAD(tid_dest_list);
|
||||||
struct pr_transport_id_holder *tidh_new, *tidh, *tidh_tmp;
|
struct pr_transport_id_holder *tidh_new, *tidh, *tidh_tmp;
|
||||||
unsigned char *buf, *ptr, proto_ident;
|
unsigned char *buf, *ptr, proto_ident;
|
||||||
const unsigned char *i_str;
|
const unsigned char *i_str = NULL;
|
||||||
char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN];
|
char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN];
|
||||||
sense_reason_t ret;
|
sense_reason_t ret;
|
||||||
u32 tpdl, tid_len = 0;
|
u32 tpdl, tid_len = 0;
|
||||||
|
|
Loading…
Reference in a new issue