diff --git a/[refs] b/[refs] index 55073fae04ec..0a7be269daaa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e2d3b75dbc486253c910722486ac64087f96c59f +refs/heads/master: 531d297569014e8f889b167a2d15d72429faead1 diff --git a/trunk/samples/markers/probe-example.c b/trunk/samples/markers/probe-example.c index c8e099d4d1fd..2dfb3b32937e 100644 --- a/trunk/samples/markers/probe-example.c +++ b/trunk/samples/markers/probe-example.c @@ -81,6 +81,7 @@ static void __exit probe_fini(void) probe_array[i].probe_func, &probe_array[i]); printk(KERN_INFO "Number of event b : %u\n", atomic_read(&eventb_count)); + marker_synchronize_unregister(); } module_init(probe_init);