commit | 55148548124e3e52e8921f1cb0e325111ef9cbb1 | [log] [tgz] |
---|---|---|
author | Carsten Otte <cotte@de.ibm.com> | Sat Mar 25 03:08:22 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 08:23:01 2006 -0800 |
tree | b1a84317305d060b38bc6fcb1ae4006a76f22071 | |
parent | 06842415149371127b91d15774cff95dcccc1845 [diff] |
[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>