From: Steven Rostedt Date: Wed, 3 Sep 2008 21:42:50 +0000 (-0400) Subject: ftrace: binary and not logical for continue test X-Git-Tag: v2.6.28-rc1~78^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=652567aa2000f1d4a1fd434382a30d8dd4a7c980;p=pandora-kernel.git ftrace: binary and not logical for continue test Peter Zijlstra provided me with a nice brown paper bag while letting me know that I was doing a logical AND and not a binary one, making a condition true more often than it should be. Luckily, a false true is handled by the calling function and no harm is done. But this needs to be fixed regardless. Signed-off-by: Steven Rostedt Acked-by: Peter Zijlstra Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed