crypto: engine - Make crypto_engine_exit() return void
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sat, 23 Sep 2023 10:08:06 +0000 (12:08 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 1 Oct 2023 08:28:15 +0000 (16:28 +0800)
commit5ec12f1c7bac891c3268dd6e441a3755ca2b46e0
treee113f8b2b27eea24a582960a28162f9790ff8a5b
parent0eb85cb3c8a78a5df09d8f91a246d5d068160b74
crypto: engine - Make crypto_engine_exit() return void

All callers ignore the return value, so simplify by not providing one.

Note that crypto_engine_exit() is typically called in a device driver's
remove path (or the error path in probe), where errors cannot be handled
anyhow.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/crypto_engine.c
include/crypto/engine.h