commit | a813a159766ee9d36aa1fc717c60d63325a6d077 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Oct 09 01:41:35 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Oct 09 01:41:35 2009 -0400 |
tree | a895e702adea43c61f2890424c800d1f99a24f5c | |
parent | 8f6e8a314ab37cadd72da5ace9027f2d04aba854 [diff] |
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>