aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2014-11-12 16:26:06 -0500
committerSteven Rostedt <rostedt@goodmis.org>2014-11-19 15:25:44 -0500
commita72e10afab565385d51e5117d7cffe4a667c1b62 (patch)
tree3c13365419bdd39ad501adc37628701d92a56dff /net/packet
parent85224da0b81a52a58b91feccdcd341856d8eb83d (diff)
downloadkernel_replicant_linux-a72e10afab565385d51e5117d7cffe4a667c1b62.tar.gz
kernel_replicant_linux-a72e10afab565385d51e5117d7cffe4a667c1b62.tar.bz2
kernel_replicant_linux-a72e10afab565385d51e5117d7cffe4a667c1b62.zip
tracing: Do not check return values of trace_seq_p*() for mmio tracer
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: Petr Mladek <pmladek@suse.cz> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'net/packet')
0 files changed, 0 insertions, 0 deletions