On Fri 2014-11-14 23:58:55, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" <rost...@goodmis.org> > > 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. > > Signed-off-by: Steven Rostedt <rost...@goodmis.org>
Reviewed-by: Petr Mladek <pmla...@suse.cz> Best Regards, Petr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/