From: Carsten Emde Date: Mon, 16 Nov 2009 19:56:13 +0000 (+0100) Subject: tracing: Fix trace_marker output X-Git-Tag: v2.6.33-rc1~401^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c13d2f7c3231e873f30db92b96c8caa48f100f33;p=pandora-kernel.git tracing: Fix trace_marker output When a string was written to /tracing/trace_marker, some strange characters appeared in the trace output instead of the string, since a vprint function erroneously called a vararg print function with a va_list argument. This patch fixes the problem and simplifies the related code. Signed-off-by: Carsten Emde LKML-Reference: <4B01AE5D.1010801@osadl.org> Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed