aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/fc.c
diff options
context:
space:
mode:
authorJames Smart <jsmart2021@gmail.com>2017-11-29 15:11:37 -0800
committerChristoph Hellwig <hch@lst.de>2017-12-15 15:13:33 +0100
commit4596e752db02d47038cd7c965419789ab15d1985 (patch)
treefcca11527ffc8f263f74ef655b2d758fe254a2cf /drivers/nvme/host/fc.c
parentnvme: set discard_alignment to zero (diff)
downloadlinux-dev-4596e752db02d47038cd7c965419789ab15d1985.tar.xz
linux-dev-4596e752db02d47038cd7c965419789ab15d1985.zip
nvme-fc: remove double put reference if admin connect fails
There are two put references in the failure case of initial create_association. The first put actually frees the controller, thus the second put references freed memory. Remove the unnecessary 2nd put. Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme/host/fc.c')
-rw-r--r--drivers/nvme/host/fc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/host/fc.c b/drivers/nvme/host/fc.c
index 0a8af4daef89..794e66e4aa20 100644
--- a/drivers/nvme/host/fc.c
+++ b/drivers/nvme/host/fc.c
@@ -3221,7 +3221,6 @@ nvme_fc_init_ctrl(struct device *dev, struct nvmf_ctrl_options *opts,
/* initiate nvme ctrl ref counting teardown */
nvme_uninit_ctrl(&ctrl->ctrl);
- nvme_put_ctrl(&ctrl->ctrl);
/* Remove core ctrl ref. */
nvme_put_ctrl(&ctrl->ctrl);