From: Steven Rostedt Date: Wed, 26 Sep 2012 18:48:17 +0000 (-0400) Subject: ktest: Fix ELSE IF statements X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~102^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f57838418358e93212e9dddd60d3502c7f8e2e;p=pandora-kernel.git ktest: Fix ELSE IF statements The ELSE IF statements do not work as expected if another ELSE statement follows. This is because the $if_set is not set. If the ELSE IF condition is true, the following ELSE should be ignored. But because the $if_set is not set, the following ELSE will also be executed. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed