Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4819568f authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar
Browse files

ftrace.h: Use common pr_info fmt string



Reduces fmt string space a bit.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <1260651974.2637.4.camel@Joe-Laptop.home>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent dd7f5943
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -733,7 +733,7 @@ static int ftrace_raw_reg_event_##call(struct ftrace_event_call *unused)\
	ret = register_trace_##call(ftrace_raw_event_##call);		\
	if (ret)							\
		pr_info("event trace: Could not activate trace point "	\
			"probe to " #call "\n");			\
			"probe to %s\n", #call);			\
	return ret;							\
}									\
									\