diff options
-rw-r--r-- | include/trace/ftrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/ftrace.h b/include/trace/ftrace.h index 9276ec4f34de..ee9268222448 100644 --- a/include/trace/ftrace.h +++ b/include/trace/ftrace.h | |||
@@ -471,7 +471,7 @@ static void ftrace_raw_event_##call(proto) \ | |||
471 | return; \ | 471 | return; \ |
472 | entry = ring_buffer_event_data(event); \ | 472 | entry = ring_buffer_event_data(event); \ |
473 | \ | 473 | \ |
474 | assign; \ | 474 | { assign; } \ |
475 | \ | 475 | \ |
476 | if (!filter_current_check_discard(event_call, entry, event)) \ | 476 | if (!filter_current_check_discard(event_call, entry, event)) \ |
477 | trace_nowake_buffer_unlock_commit(event, irq_flags, pc); \ | 477 | trace_nowake_buffer_unlock_commit(event, irq_flags, pc); \ |