[PATCHv2] nvme-pci: try function level reset on init failure

Keith Busch kbusch at kernel.org
Thu Jul 17 06:54:45 PDT 2025


On Tue, Jul 15, 2025 at 12:16:27PM -0700, Keith Busch wrote:
> +		dev_info(&dev->ctrl.device,
> +			"controller reset completed after pcie flr\n");

Urg, sorry, this was the wrong diff: that '&' shouldn't be there, and
build bot will probably flag this.

Christoph, could you squash this in?

-- >8 --
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index a7aa8ba4951f4..73d5a5298822a 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -2083,7 +2083,7 @@ static int nvme_pci_configure_admin_queue(struct nvme_dev *dev)
 		if (result < 0)
 			return result;
 
-		dev_info(&dev->ctrl.device,
+		dev_info(dev->ctrl.device,
 			"controller reset completed after pcie flr\n");
 	}
 
--



More information about the Linux-nvme mailing list