[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1258467500.22249.460.camel@gandalf.stny.rr.com>
Date: Tue, 17 Nov 2009 09:18:20 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: Carsten Emde <Carsten.Emde@...dl.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>,
Frederic Weisbecker <fweisbec@...il.com>
Subject: Re: [PATCH] ftrace: fix trace_marker output
On Mon, 2009-11-16 at 20:56 +0100, Carsten Emde wrote:
>
> @@ -1408,7 +1409,7 @@ int trace_array_vprintk(struct trace_arr
>
> int trace_vprintk(unsigned long ip, const char *fmt, va_list args)
> {
> - return trace_array_printk(&global_trace, ip, fmt, args);
> + return trace_array_vprintk(&global_trace, ip, fmt, args);
> }
> EXPORT_SYMBOL_GPL(trace_vprintk);
Applying the patch, I found that this part is already fixed upstream.
But I'll add the rest of your patch since it does have other fixes.
Thanks,
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists