Loading drivers/nvme/host/pci.c +1 −1 Original line number Diff line number Diff line Loading @@ -2961,7 +2961,7 @@ static int nvme_suspend(struct device *dev) /* * Clearing npss forces a controller reset on resume. The * correct value will be resdicovered then. * correct value will be rediscovered then. */ nvme_dev_disable(ndev, true); ctrl->npss = 0; Loading Loading
drivers/nvme/host/pci.c +1 −1 Original line number Diff line number Diff line Loading @@ -2961,7 +2961,7 @@ static int nvme_suspend(struct device *dev) /* * Clearing npss forces a controller reset on resume. The * correct value will be resdicovered then. * correct value will be rediscovered then. */ nvme_dev_disable(ndev, true); ctrl->npss = 0; Loading