Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: ux500/hash - remove unneeded return at ux500_hash_mod_fini

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Devendra Naga and committed by
Herbert Xu
6bbb98dd f0be44f4

-1
-1
drivers/crypto/ux500/hash/hash_core.c
··· 1991 1991 static void __exit ux500_hash_mod_fini(void) 1992 1992 { 1993 1993 platform_driver_unregister(&hash_driver); 1994 - return; 1995 1994 } 1996 1995 1997 1996 module_init(ux500_hash_mod_init);