tracing: Fix return value of tracing_stats_read()
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 11 Nov 2009 21:26:35 +0000 (22:26 +0100)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 12 Nov 2009 02:26:55 +0000 (21:26 -0500)
The function tracing_stats_read() mistakenly returns ENOMEM instead
of the negative value -ENOMEM.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
LKML-Reference: <4AFB2C0B.50605@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found