]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: tegra - remove unneeded crypto_engine_stop() call
authorOvidiu Panait <ovidiu.panait.oss@gmail.com>
Sun, 20 Oct 2024 19:25:31 +0000 (22:25 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 28 Oct 2024 10:33:11 +0000 (18:33 +0800)
commit6ef46fec4171433fd9a3162b88ec2ce808676193
treee66fe090ce635732509747788b0eddcb9a702a63
parent4964a1d91cd186b423666aac6d4ad3a61cf88b54
crypto: tegra - remove unneeded crypto_engine_stop() call

The explicit crypto_engine_stop() call is not needed, as it is already
called internally by crypto_engine_exit().

Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/tegra/tegra-se-main.c