]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvme: Fix incorrect cdw15 value in passthru error logging
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Sat, 28 Jun 2025 18:12:32 +0000 (11:12 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 30 Jun 2025 06:31:45 +0000 (08:31 +0200)
commit2e96d2d8c2a7a6c2cef45593c028d9c5ef180316
tree8e8b44d3f732cc0b329ab89dfd7b4495438616ae
parentc007062188d8e402c294117db53a24b2bed2b83f
nvme: Fix incorrect cdw15 value in passthru error logging

Fix an error in nvme_log_err_passthru() where cdw14 was incorrectly
printed twice instead of cdw15. This fix ensures accurate logging of
the full passthrough command payload.

Fixes: 9f079dda1433 ("nvme: allow passthru cmd error logging")
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c