From: Andrew Morton Date: Mon, 16 Jul 2007 06:41:03 +0000 (-0700) Subject: binfmt_elf warning fix X-Git-Tag: v2.6.23-rc1~867 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3b573ad9af85b6df104044f6fff05f04349db2;p=pandora-kernel.git binfmt_elf warning fix fs/binfmt_elf.c: In function 'load_elf_binary': fs/binfmt_elf.c:1002: warning: 'interp_map_addr' may be used uninitialized in this function The compiler (gcc-4.1.0) is correct, but it failed to notice that we didn't use the resulting value. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed