Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bbb98dd authored by Devendra Naga's avatar Devendra Naga Committed by Herbert Xu
Browse files

crypto: ux500/hash - remove unneeded return at ux500_hash_mod_fini

parent f0be44f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);