From 6c5318704a3b61bda8d061786a75e86981c92fb8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 29 Sep 2008 11:09:15 -0400 Subject: [PATCH] --- yaml --- r: 116637 b: refs/heads/master c: 531d297569014e8f889b167a2d15d72429faead1 h: refs/heads/master i: 116635: 7dfda5c6229ef3baaa7521bd2f033253a4976012 v: v3 --- [refs] | 2 +- trunk/samples/markers/probe-example.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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);