From 708bb49f023cd45613a76dd94cdac0ba0648955a Mon Sep 17 00:00:00 2001 From: Vyacheslav Cherkashin Date: Thu, 25 Apr 2013 13:16:13 +0400 Subject: [PATCH] [FIX] move called unregister_helper_ks_probes() fix commit f5182378f9f321dea54a70418071f0d340beffba --- driver/us_proc_inst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver/us_proc_inst.c b/driver/us_proc_inst.c index 75b5e0d..5b47bc5 100644 --- a/driver/us_proc_inst.c +++ b/driver/us_proc_inst.c @@ -502,6 +502,8 @@ int deinst_usr_space_proc (void) return 0; } + unregister_helper_ks_probes(); + if (iRet) EPRINTF ("uninstall_kernel_probe(do_munmap) result=%d!", iRet); @@ -554,8 +556,6 @@ int deinst_usr_space_proc (void) } } - unregister_helper_ks_probes(); - return iRet; } -- 2.7.4