aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_alua.c
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2012-12-17 09:53:34 +0100
committerNicholas Bellinger <nab@linux-iscsi.org>2013-01-10 20:07:10 -0800
commita0d50f62c8b7e461f9d53124576d59bc582f3eb3 (patch)
tree27b1880e3fde45c905028f85a67c1d729b4cea22 /drivers/target/target_core_alua.c
parenttarget: Introduce TCM_NO_SENSE (diff)
downloadlinux-dev-a0d50f62c8b7e461f9d53124576d59bc582f3eb3.tar.xz
linux-dev-a0d50f62c8b7e461f9d53124576d59bc582f3eb3.zip
target: Use TCM_NO_SENSE for initialisation
The compiler complained about uninitialized variables, so use TCM_NO_SENSE here. Signed-off-by: Hannes Reinecke <hare@suse.de> Cc: Nicholas Bellinger <nab@risingtidesystems.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_alua.c')
-rw-r--r--drivers/target/target_core_alua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/target_core_alua.c b/drivers/target/target_core_alua.c
index 85140f7dde1e..7d4ec02e29a9 100644
--- a/drivers/target/target_core_alua.c
+++ b/drivers/target/target_core_alua.c
@@ -212,7 +212,7 @@ target_emulate_set_target_port_groups(struct se_cmd *cmd)
struct t10_alua_tg_pt_gp_member *tg_pt_gp_mem, *l_tg_pt_gp_mem;
unsigned char *buf;
unsigned char *ptr;
- sense_reason_t rc;
+ sense_reason_t rc = TCM_NO_SENSE;
u32 len = 4; /* Skip over RESERVED area in header */
int alua_access_state, primary = 0;
u16 tg_pt_id, rtpi;