]> www.infradead.org Git - users/hch/misc.git/commit
nvme: add a nvme_get_log_lsi helper
authorChristoph Hellwig <hch@lst.de>
Tue, 19 Nov 2024 09:39:28 +0000 (10:39 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 19 Nov 2024 11:18:00 +0000 (12:18 +0100)
commit0c6ca6bb50858efd0aa533a43a4e6d35ee7c8cab
tree4ac550138e14f9859ca56436d8e2fd9fade83511
parent57e8f6b3a7bff137b33c2c570276db96ee1c29d0
nvme: add a nvme_get_log_lsi helper

For log pages that need to pass in a LSI value, while at the same time
not touching all the existing nvme_get_log callers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c