From: Mathieu Desnoyers Date: Fri, 18 Oct 2019 19:23:59 +0000 (-0400) Subject: Fix: LTTNG_KERNEL_ADD_CALLSITE: Handle unknown event type X-Git-Tag: v2.12.0-pre~17 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=64c147c07f1361707e182762866524c1c14bb9ad;hp=64c147c07f1361707e182762866524c1c14bb9ad;p=lttng-modules.git Fix: LTTNG_KERNEL_ADD_CALLSITE: Handle unknown event type Return -ENOSYS for unknown event type (similarly to other commands) rather than falling-through the switch statement. Signed-off-by: Mathieu Desnoyers ---