|
@@ -1206,7 +1206,7 @@ static int __init llc2_init(void)
|
|
|
rc = llc_proc_init();
|
|
|
if (rc != 0) {
|
|
|
printk(llc_proc_err_msg);
|
|
|
- goto out_unregister_llc_proto;
|
|
|
+ goto out_station;
|
|
|
}
|
|
|
rc = llc_sysctl_init();
|
|
|
if (rc) {
|
|
@@ -1226,7 +1226,8 @@ out_sysctl:
|
|
|
llc_sysctl_exit();
|
|
|
out_proc:
|
|
|
llc_proc_exit();
|
|
|
-out_unregister_llc_proto:
|
|
|
+out_station:
|
|
|
+ llc_station_exit();
|
|
|
proto_unregister(&llc_proto);
|
|
|
goto out;
|
|
|
}
|