summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/device_handler/scsi_dh_alua.c
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2016-03-15 15:35:03 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2016-03-15 15:35:03 -0700
commitb86c75fda662506fe6e55d61994482fb4a704f5f (patch)
treef6323de2290ff1da5af6d28ea81d0ac15564f812 /drivers/scsi/device_handler/scsi_dh_alua.c
parenta7dee8f45fa2948b74d8e84ba24e435c87fd0acf (diff)
parentcdc43ae34c25693fa8de30c9a95243cd45548023 (diff)
downloadtalos-op-linux-b86c75fda662506fe6e55d61994482fb4a704f5f.tar.gz
talos-op-linux-b86c75fda662506fe6e55d61994482fb4a704f5f.zip
Merge remote-tracking branch 'mkp-scsi/4.6/scsi-queue' into misc
Diffstat (limited to 'drivers/scsi/device_handler/scsi_dh_alua.c')
-rw-r--r--drivers/scsi/device_handler/scsi_dh_alua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_alua.c b/drivers/scsi/device_handler/scsi_dh_alua.c
index 5bcdf8dd6fb0..a404a41e871c 100644
--- a/drivers/scsi/device_handler/scsi_dh_alua.c
+++ b/drivers/scsi/device_handler/scsi_dh_alua.c
@@ -332,7 +332,7 @@ static int alua_check_vpd(struct scsi_device *sdev, struct alua_dh_data *h,
{
int rel_port = -1, group_id;
struct alua_port_group *pg, *old_pg = NULL;
- bool pg_updated;
+ bool pg_updated = false;
unsigned long flags;
group_id = scsi_vpd_tpg_id(sdev, &rel_port);
OpenPOWER on IntegriCloud