Daniel Scally 4728e3fe2f dmaengine: pl330: Clear callback_result for re-used descs
The pl330 driver re-uses DMA descriptors rather than reallocating
them each time. At present, upon re-use the .callback member is
cleared, but .callback result is not. This causes problems where a
consuming driver sets the .callback_result for some submissions but
not for others, as eventually the function is invoked erronously.

Clear .callback_result along with .callback

Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
Link: https://lore.kernel.org/r/20240118112959.1027471-1-dan.scally@ideasonboard.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2024-01-22 16:04:13 +05:30
..
2024-01-20 15:03:25 -08:00
2023-11-03 18:56:51 -10:00
2023-02-24 17:18:54 -08:00
2024-01-19 17:03:06 +05:30
2022-09-29 12:24:16 +05:30
2023-11-03 18:56:51 -10:00
2024-01-19 17:03:06 +05:30
2023-11-03 18:56:51 -10:00