forked from luck/tmp_suning_uos_patched
wext: remove extra return on wireless_nlevent_init()
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
e351cfbf4e
commit
dd21dcdc65
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user