diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-07-28 01:10:22 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 22:43:20 +0200 |
commit | dd21dcdc65a182222666199ec4cea188a11cb5d2 (patch) | |
tree | 22362b1ecf848576291916d3f66b22a153c6415e | |
parent | ar9170: remove unneeded flush_workqueue() (diff) | |
download | linux-dd21dcdc65a182222666199ec4cea188a11cb5d2.tar.xz linux-dd21dcdc65a182222666199ec4cea188a11cb5d2.zip |
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>
-rw-r--r-- | net/wireless/wext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/wireless/wext.c b/net/wireless/wext.c index 3fe3c2c0ce11..5b4a0cee4418 100644 --- 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); |