aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi/be_main.c
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2016-03-15 15:24:44 -0700
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2016-03-15 15:24:44 -0700
commita7dee8f45fa2948b74d8e84ba24e435c87fd0acf (patch)
tree06ec1c93334f581e341cf74f5639ce645266fc14 /drivers/scsi/be2iscsi/be_main.c
parentMAINTAINERS: use new email address for James Bottomley (diff)
parentsg: fix dxferp in from_to case (diff)
downloadlinux-dev-a7dee8f45fa2948b74d8e84ba24e435c87fd0acf.tar.xz
linux-dev-a7dee8f45fa2948b74d8e84ba24e435c87fd0acf.zip
Merge branch 'fixes' into misc
Diffstat (limited to 'drivers/scsi/be2iscsi/be_main.c')
-rw-r--r--drivers/scsi/be2iscsi/be_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c
index e89a0f8d2c6e..f05e7737107d 100644
--- a/drivers/scsi/be2iscsi/be_main.c
+++ b/drivers/scsi/be2iscsi/be_main.c
@@ -4493,6 +4493,7 @@ put_shost:
scsi_host_put(phba->shost);
free_kset:
iscsi_boot_destroy_kset(phba->boot_kset);
+ phba->boot_kset = NULL;
return -ENOMEM;
}