]> git.baikalelectronics.ru Git - kernel.git/commit
binfmt_elf warning fix
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 16 Jul 2007 06:41:03 +0000 (23:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:47 +0000 (09:05 -0700)
commite880f6adc961d289c20cccaac9a4c5bf40ab7f8e
tree3cf744f8cb4bd5c4fee92799b0c8daa5bebc52f4
parent2baa2dba21db148346f0d46809e72bd0805f2024
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 <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf.c