]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/binfmt_elf.c
[PATCH] remove needless check in binfmt_elf.c
authorCarsten Otte <cotte@de.ibm.com>
Sat, 25 Mar 2006 11:08:22 +0000 (03:08 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 16:23:01 +0000 (08:23 -0800)
commit55148548124e3e52e8921f1cb0e325111ef9cbb1
treeb1a84317305d060b38bc6fcb1ae4006a76f22071
parent06842415149371127b91d15774cff95dcccc1845
[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 <cotte@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/binfmt_elf.c