projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e351cfb
)
wext: remove extra return on wireless_nlevent_init()
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 27 Jul 2009 23:10:22 +0000
(16:10 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 4 Aug 2009 20:43:20 +0000
(16:43 -0400)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/wext.c
patch
|
blob
|
history
diff --git
a/net/wireless/wext.c
b/net/wireless/wext.c
index 3fe3c2c0ce118dfbff57e4de11c48697f9c667ec..5b4a0cee4418543a3f034821b32c022c03a34e0c 100644
(file)
--- a/
net/wireless/wext.c
+++ b/
net/wireless/wext.c
@@
-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);