[IMPROVE] remove useless sampler stop from sampler_exit
authorNikita Kalyazin <n.kalyazin@samsung.com>
Sun, 14 Jul 2013 10:31:24 +0000 (14:31 +0400)
committerNikita Kalyazin <n.kalyazin@samsung.com>
Sun, 14 Jul 2013 10:31:29 +0000 (14:31 +0400)
swap_sampler_stop() tries to put module, but it's impossible in __exit.

sampler/swap_sampler_module.c

index f7e8c61..2bcd8cf 100644 (file)
@@ -226,8 +226,6 @@ static void __exit sampler_exit(void)
 {
     unregister_hotcpu_notifier(&dbi_cpu_notifier);
 
-    swap_sampler_stop();
-
     print_msg("Sampler uninitialized\n");
 }