[for-next][PATCH 14/18] tracing/probes: Do not use return value of trace_seq_printf()

2014-11-19 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The functions trace_seq_printf() and friends will soon not have a return value and will only be a void function. Use trace_seq_has_overflowed() instead to know if the trace_seq operations succeeded or not. Link:

[for-next][PATCH 14/18] tracing/probes: Do not use return value of trace_seq_printf()

2014-11-19 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org The functions trace_seq_printf() and friends will soon not have a return value and will only be a void function. Use trace_seq_has_overflowed() instead to know if the trace_seq operations succeeded or not. Link: