Skip to content

Commit

Permalink
wext: remove extra return on wireless_nlevent_init()
Browse files Browse the repository at this point in the history
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Aug 4, 2009
1 parent e351cfb commit dd21dcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/wireless/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dd21dcd

Please sign in to comment.