X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flttng-events.c;h=9df03392d90856cf4236b2827c5051d063870756;hb=5a90857e90423e5849fafc875ff1eacc6f56d5ac;hp=431da540108430108c618390f9c216bf87567748;hpb=686eb00593241450a0bd19faa68c0725abd63b0c;p=lttng-modules.git diff --git a/src/lttng-events.c b/src/lttng-events.c index 431da540..9df03392 100644 --- a/src/lttng-events.c +++ b/src/lttng-events.c @@ -4156,9 +4156,6 @@ static int __init lttng_events_init(void) if (ret) return ret; ret = wrapper_get_pfnblock_flags_mask_init(); - if (ret) - return ret; - ret = wrapper_get_pageblock_flags_mask_init(); if (ret) return ret; ret = lttng_probes_init();