From: Christoph Hellwig Date: Sun, 15 Oct 2023 07:26:20 +0000 (+0200) Subject: TEMP: nvme-pci: disable async probe X-Git-Tag: xfs-zoned-2025-02-24~59 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=486cb806de9667294e36e9807faba18943e98549;p=users%2Fhch%2Fxfs.git 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 --- diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index 9197a5b173fd..f6ec0cdf301c 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -3765,7 +3765,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