aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_output.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-11-07 12:05:30 +0000
committerSteven Rostedt (Google) <[email protected]>2024-11-12 11:36:57 -0500
commit6371b4bc179aad17d84ee301b409a5a8ce675657 (patch)
tree2ed5551f258be3f1c0f5b744903d02ae6f29d54d /kernel/trace/trace_output.c
parent24507ce81eaf0c34d91f3d1acaa73ee2f796190a (diff)
tracing: Remove redundant check on field->field in histograms
The check on field->field being true is handled as the first check on the cascaded if statement, so the later checks on field->field are redundant because this clause has already been handled. Since this later check is redundant, just remove it. Cc: Masami Hiramatsu <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'kernel/trace/trace_output.c')
0 files changed, 0 insertions, 0 deletions