page alloc wrapper: Fix get_pfnblock_flags_mask prototype
[lttng-modules.git] / lttng-tracepoint.c
index bbb2c7a4fdb04a79664f2bd2e5ca679176124d78..c0c8c4dbf0a5ca0f60b1b6a71d18747432598bfd 100644 (file)
@@ -41,7 +41,7 @@ struct tracepoint_entry {
        struct tracepoint *tp;
        int refcount;
        struct list_head probes;
-       char name[0];
+       char name[];
 };
 
 struct lttng_tp_probe {
@@ -256,7 +256,7 @@ int lttng_tracepoint_coming(struct tp_module *tp_mod)
                }
        }
        mutex_unlock(&lttng_tracepoint_mutex);
-       return 0;
+       return NOTIFY_OK;
 }
 
 static
This page took 0.023575 seconds and 4 git commands to generate.