Merge branches 'tracing/blktrace', 'tracing/ftrace' and 'tracing/urgent' into tracing...
authorIngo Molnar <mingo@elte.hu>
Thu, 19 Feb 2009 09:20:17 +0000 (10:20 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 19 Feb 2009 09:20:17 +0000 (10:20 +0100)
1  2  3 
kernel/trace/Kconfig
kernel/trace/trace_selftest.c

Simple merge
@@@@ -619,10 -619,10 -589,10 +638,10 @@@@ trace_selftest_startup_sysprof(struct t
        int ret;
   
        /* start the tracing */
  -     ret = trace->init(tr);
  +     ret = tracer_init(trace, tr);
        if (ret) {
                warn_failed_init_tracer(trace, ret);
- -             return 0;
+ +             return ret;
        }
   
        /* Sleep for a 1/10 of a second */