diff --git a/[refs] b/[refs] index a5ac9b2d92d8..3e58e98cad77 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dd7f59435782a02ceb6d16b9ce823dd3345d75ec +refs/heads/master: 4819568f23a8bef0ca99b740ca60fe2450ab0aac diff --git a/trunk/include/trace/ftrace.h b/trunk/include/trace/ftrace.h index d1b3de9c1a71..c4eca380204e 100644 --- a/trunk/include/trace/ftrace.h +++ b/trunk/include/trace/ftrace.h @@ -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; \ } \ \