From: Steven Rostedt Date: Tue, 3 Mar 2009 14:43:50 +0000 (-0500) Subject: tracing: fix return value to registering events X-Git-Tag: v2.6.30-rc1~2^2~72^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=633ddaa7f471e9db181f993c1458d6f4bae321ca;p=pandora-kernel.git tracing: fix return value to registering events The registering of events had the return value check backwards. A zero returned is success, the check had it as a failure. This patch also fixes a missing "\n" in the warning that the check failed. Reported-by: Ingo Molnar Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed