diff options
| author | Frank Li <Frank.Li@nxp.com> | 2026-05-21 11:32:52 -0400 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2026-06-30 16:47:24 +0530 |
| commit | bd00d2c4a1b2a1e7ad3060d3d606fb4c9db6a064 (patch) | |
| tree | cfba36c90cfb2531991a125e2eaf2b49f180b199 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 1af246e9d222f93aee59f3b47ff3bd59d08725e7 (diff) | |
nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
dmaengine_terminate_sync() cancels all pending requests. Calling it for
every DMA transfer is unnecessary and counterproductive. This function is
generally intended for cleanup paths such as module removal, device close,
or unbind operations.
Remove the redundant calls for success path and keep it only at error path.
Tested-by: Niklas Cassel <cassel@kernel.org>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Acked-by: Manivannan Sadhasivam <mani@kernel.org>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20260521-dma_prep_config-v7-6-1f73f4899883@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
