]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scsi: elx: efct: Fix dma_unmap_sg() nents value
authorThomas Fourier <fourier.thomas@gmail.com>
Fri, 27 Jun 2025 11:41:13 +0000 (13:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Aug 2025 10:08:54 +0000 (12:08 +0200)
commitcf9c5b15c4abfda575d3b4743415adfd4ccb3bd1
treed8172c729ebb008f16268f5e15179f9a4aa4194b
parent214f94ee5d7776cadfe01e8a8bd08cb484bb3f72
scsi: elx: efct: Fix dma_unmap_sg() nents value

[ Upstream commit 3a988d0b65d7d1713ce7596eae288a293f3b938e ]

The dma_unmap_sg() functions should be called with the same nents as the
dma_map_sg(), not the value the map function returned.

Fixes: 692e5d73a811 ("scsi: elx: efct: LIO backend interface routines")
Signed-off-by: Thomas Fourier <fourier.thomas@gmail.com>
Link: https://lore.kernel.org/r/20250627114117.188480-2-fourier.thomas@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/elx/efct/efct_lio.c