Re: [PATCH 03/13] tracing: Move a printk out of ftrace_raw_reg_event_foo()

From: Li Zefan
Date: Mon Dec 07 2009 - 20:01:19 EST


>> case 1:
>> if (!call->enabled) {
>> + if (ret) {
>> + pr_info("event trace: Could not enable event "
>> + "%s\n", call->name);
>> + break;
>> + }
>> call->enabled = 1;
>> tracing_start_cmdline_record();
>> - call->regfunc(call);
>> + ret = call->regfunc(call);
>
> Heh, I'm pretty sure I will never see this warning ;-)
>

oops! I don't know how this mistake came.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/