From: Andi Kleen Date: Mon, 15 Oct 2007 15:00:14 +0000 (+0200) Subject: sched: cleanup: remove unnecessary gotos X-Git-Tag: v2.6.24-rc1~1289^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5c359a58c39801d838c508f127bdb228af28b0;p=pandora-kernel.git sched: cleanup: remove unnecessary gotos Replace loops implemented with gotos with real loops. Replace err = ...; goto x; x: return err; with return ...; No functional changes. Signed-off-by: Andi Kleen Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed