[PATCH 04/26 v5] ring-buffer: Remove check of trace_seq_{puts,printf}() return values

2014-11-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Remove checking the return value of all trace_seq_puts(). It was wrong anyway as only the last return value mattered. But as the trace_seq_puts() is going to be a void function in the future, we should not be checking the return value of it anyway. Just return

[PATCH 04/26 v5] ring-buffer: Remove check of trace_seq_{puts,printf}() return values

2014-11-14 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org Remove checking the return value of all trace_seq_puts(). It was wrong anyway as only the last return value mattered. But as the trace_seq_puts() is going to be a void function in the future, we should not be checking the return value of it