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

Commit dd21dcdc authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville
Browse files

wext: remove extra return on wireless_nlevent_init()

parent e351cfbf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1291,7 +1291,6 @@ static struct pernet_operations wext_pernet_ops = {
static int __init wireless_nlevent_init(void)
{
	return register_pernet_subsys(&wext_pernet_ops);
	return 0;
}

subsys_initcall(wireless_nlevent_init);