From: Steven Rostedt Date: Thu, 19 Jul 2012 19:12:25 +0000 (-0400) Subject: ktest: Remove commented exit X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=958d8435c257f93123dec83647130457816a23e6;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git ktest: Remove commented exit A debug 'exit' was left in ktest.pl. Remove it. Signed-off-by: Steven Rostedt --- diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 292b13ad03f5..a40af07e7772 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl @@ -2448,7 +2448,6 @@ sub create_config { } close(OUT); -# exit; make_oldconfig; }