]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
nvme: Free ctrl device name on init failure
authorKeith Busch <keith.busch@intel.com>
Mon, 26 Nov 2018 23:39:47 +0000 (16:39 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 27 Nov 2018 07:35:15 +0000 (08:35 +0100)
commitd6a2b9535d1e52bea269c138614c4801469d10e1
tree79c017288b71557b533a607da61142f0107c99cb
parent14b04063cc994effc86f976625bf8f806d8d44cb
nvme: Free ctrl device name on init failure

Free the kobject name that was allocated for the controller device on
failure rather than its parent.

Fixes: d22524a4782a9 ("nvme: switch controller refcounting to use struct device")
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c