2013/3/4 zhangwei(Jovi) <[email protected]>: > From 0a2bd3ad03fc9acd125f4eeb585a1e09027a182a Mon Sep 17 00:00:00 2001 > From: "zhangwei(Jovi)" <[email protected]> > Date: Mon, 4 Mar 2013 17:45:10 +0800 > Subject: [PATCH] printk/tracing: rework console tracing > > commit 7ff9554bb(printk: convert byte-buffer to variable-length record buffer) > removed start and end parameters in call_console_drivers, > but those parameters still exists in include/trace/events/printk.h. > > Without start and end parameters handling, printk tracing became more simple > as: > trace_console(text, len); > > Signed-off-by: zhangwei(Jovi) <[email protected]>
Very welcome simplification! Acked-by: Frederic Weisbecker <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

