diff options
author | Tony Lindgren <tony@atomide.com> | 2021-07-27 13:23:34 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-08-06 19:45:23 +0800 |
commit | fe28140b3393b0ba1eb95cc109f974a7e58b26fd (patch) | |
tree | 5662d706bb7297698964c13d4db2319ce150a425 /sound | |
parent | 089015d36127f2f620c7a1dca28449f676654850 (diff) | |
download | linux-stable-fe28140b3393b0ba1eb95cc109f974a7e58b26fd.tar.gz linux-stable-fe28140b3393b0ba1eb95cc109f974a7e58b26fd.tar.bz2 linux-stable-fe28140b3393b0ba1eb95cc109f974a7e58b26fd.zip |
crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()
We should not clear FLAGS_DMA_ACTIVE before omap_sham_update_dma_stop() is
done calling dma_unmap_sg(). We already clear FLAGS_DMA_ACTIVE at the
end of omap_sham_update_dma_stop().
The early clearing of FLAGS_DMA_ACTIVE is not causing issues as we do not
need to defer anything based on FLAGS_DMA_ACTIVE currently. So this can be
applied as clean-up.
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Tero Kristo <kristo@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions