]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvme-pci: print error message on failure in nvme_probe
authorGerd Bayer <gbayer@linux.ibm.com>
Fri, 24 Oct 2025 11:05:31 +0000 (13:05 +0200)
committerKeith Busch <kbusch@kernel.org>
Mon, 1 Dec 2025 21:45:57 +0000 (13:45 -0800)
commitc9adfb5b68cb623a37eea76432c09f478c593d0e
treebe5da9ac5e252e33d21704ada0f35778b9995c3a
parent3c1fb0ce60ef41eda52e8f847613b003e1ca35c9
nvme-pci: print error message on failure in nvme_probe

Add a new error message that makes failures to probe visible in the
kernel log, like:
nvme 0008:00:00.0: error -ENODEV: probe failed

This highlights issues with a particular device right away instead of
leaving users to search for missing drives.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Signed-off-by: Gerd Bayer <gbayer@linux.ibm.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/pci.c