mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
modules: swconfig.c: update the error path on 3.13, and behave nicely with return
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39360 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1121,13 +1121,12 @@ swconfig_init(void)
|
||||
if (err)
|
||||
goto unregister;
|
||||
}
|
||||
|
||||
return 0;
|
||||
#else
|
||||
err = genl_register_family_with_ops(&switch_fam, swconfig_ops);
|
||||
if (err)
|
||||
goto unregister;
|
||||
return err;
|
||||
#endif
|
||||
return 0;
|
||||
|
||||
unregister:
|
||||
genl_unregister_family(&switch_fam);
|
||||
|
||||
Reference in New Issue
Block a user