From d4093845e356aa534fc25b64ef2a80c56fe1e6bb Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sun, 15 Oct 2023 09:26:20 +0200 Subject: [PATCH] TEMP: nvme-pci: disable async probe This keeps getting my ZNS vs ZNS drivers reordered a bit and is annoying for testing. Not-really-signed-off-by: Christoph Hellwig --- drivers/nvme/host/pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index 4b9fda0b1d9a..065572b8a80e 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -3609,7 +3609,6 @@ static struct pci_driver nvme_driver = { .remove = nvme_remove, .shutdown = nvme_shutdown, .driver = { - .probe_type = PROBE_PREFER_ASYNCHRONOUS, #ifdef CONFIG_PM_SLEEP .pm = &nvme_dev_pm_ops, #endif -- 2.50.1