]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
HID: Intel-thc-hid: Intel-thc: fix dma_unmap_sg() nents value
authorThomas Fourier <fourier.thomas@gmail.com>
Wed, 3 Dec 2025 16:56:35 +0000 (17:56 +0100)
committerBenjamin Tissoires <bentiss@kernel.org>
Fri, 19 Dec 2025 11:08:47 +0000 (12:08 +0100)
commit0e13150c1a13a3a3d6184c24bfd080d5999945d1
tree259d9e736b5f49d66c3ad49f35cb3b0629c5262e
parente9143268d259d98e111a649affa061acb8e13c5b
HID: Intel-thc-hid: Intel-thc: fix dma_unmap_sg() nents value

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

Save the number of entries in struct thc_dma_configuration.

Fixes: a688404b2e20 ("HID: intel-thc-hid: intel-thc: Add THC DMA interfaces")
Signed-off-by: Thomas Fourier <fourier.thomas@gmail.com>
Reviewed-by: Even Xu <even.xu@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.c
drivers/hid/intel-thc-hid/intel-thc/intel-thc-dma.h