commit | c7c16c5b196772aba1d99c4c0b505fe99a6fbba8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Nov 08 15:42:57 2022 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Wed Nov 16 08:36:33 2022 +0100 |
tree | 1cd4a437dc3c9b1ceb0ebfd7be8097175aa369cc | |
parent | eac3ef262941f62fe01bc357911fea4847183333 [diff] |
nvme-pci: don't unbind the driver on reset failure Unbind a device driver when a reset fails is very unusual behavior. Just shut the controller down and leave it in dead state if we fail to reset it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>