Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
user avatar
Steven Rostedt (Red Hat) authored
The return values for trace_seq_printf() and friends are going to be
removed and they will become void functions. The mmio tracer checked
their return and even did so incorrectly.

Some of the funtions which returned the values were never checked
themselves. Removing all the checks simplifies the code.

Use trace_seq_has_overflowed() and trace_handle_return() where
necessary instead.

Reviewed-by: default avatarPetr Mladek <pmladek@suse.cz>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
a72e10af
Forked from BeagleBoard.org / Linux
Source project has a limited visibility.
Name Last commit Last update