From: Carsten Otte Date: Sat, 25 Mar 2006 11:08:22 +0000 (-0800) Subject: [PATCH] remove needless check in binfmt_elf.c X-Git-Tag: v2.6.17-rc1~750 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55148548124e3e52e8921f1cb0e325111ef9cbb1;p=pandora-kernel.git [PATCH] remove needless check in binfmt_elf.c Local variable i is unsigned int and thus cannot be negative. (akpm: unsigneds shouldn't be called `i'. This value cannot possibly be negative anyway). Signed-off-by: Carsten Otte Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed