]> Gentwo Git Trees - linux/.git/commit
crypto: anubis - simplify return statement in anubis_mod_init
authorThorsten Blum <thorsten.blum@linux.dev>
Sun, 14 Sep 2025 14:25:55 +0000 (16:25 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 20 Sep 2025 12:21:04 +0000 (20:21 +0800)
commitb73f28d2f847c24ca5d858a79fd37055036b0a67
tree70df26b551cd728ca9fc7acd4f692377aa487cb0
parentf0cafb02de883b3b413d34eb079c9680782a9cc1
crypto: anubis - simplify return statement in anubis_mod_init

Return the result of calling crypto_register_alg() directly and remove
the local return variable.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/anubis.c