commit | d6a2b9535d1e52bea269c138614c4801469d10e1 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Mon Nov 26 16:39:47 2018 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Tue Nov 27 08:35:15 2018 +0100 |
tree | 79c017288b71557b533a607da61142f0107c99cb | |
parent | 14b04063cc994effc86f976625bf8f806d8d44cb [diff] |
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>