提交 6bbb98dd 编写于 作者: D Devendra Naga 提交者: Herbert Xu

crypto: ux500/hash - remove unneeded return at ux500_hash_mod_fini

Signed-off-by: NDevendra Naga <develkernel412222@gmail.com>
Acked-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 f0be44f4
......@@ -1991,7 +1991,6 @@ static int __init ux500_hash_mod_init(void)
static void __exit ux500_hash_mod_fini(void)
{
platform_driver_unregister(&hash_driver);
return;
}
module_init(ux500_hash_mod_init);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册