commit | b00c9b7aa06786fc5469783965ff3e2a705a1dec | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sun Jul 16 10:39:03 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jul 20 08:41:56 2017 -0600 |
tree | c33506f8a6ab0cbee0312f160d3a21ac6367ff64 | |
parent | 86eea2895d11dde9bf43fa2046331e84154e00f4 [diff] |
nvme-pci: Fix an error handling path in 'nvme_probe()' Release resources in the correct order in order not to miss a 'put_device()' if 'nvme_dev_map()' fails. Fixes: b00a726a9fd8 ("NVMe: Don't unmap controller registers on reset") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>