Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f57a8a19 authored by Steven Rostedt's avatar Steven Rostedt Committed by Steven Rostedt
Browse files

ring-buffer: fix ret in rb_add_time_stamp


The update of ret got mistakenly added to the if statement of
rb_try_to_discard. The variable ret should be 1 on commit and zero
otherwise.

[ Impact: fix compiler warning and real bug ]

Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 1f8a6a10
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment