]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: fix trace_vprintk call
authorSteven Rostedt <srostedt@redhat.com>
Fri, 9 Oct 2009 05:41:35 +0000 (01:41 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 9 Oct 2009 05:41:35 +0000 (01:41 -0400)
commit9fde20996cecd20266c113f2e390f9239a53e8f2
treea895e702adea43c61f2890424c800d1f99a24f5c
parent3bb9969e909dc10c97dca0f714516b4ae0961c37
tracing: fix trace_vprintk call

The addition of trace_array_{v}printk used the wrong function for
trace_vprintk to call. This broke trace_marker and trace_vprintk
itself. Although trace_printk may not have been affected by those
that end up calling trace_vbprintk.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c