3cf744f8cb4bd5c4fee92799b0c8daa5bebc52f4 parent 64d67d21773f1946ddc04aedc201f6c2f3ee1bfb author Andrew Morton 1184568063 -0700 committer Linus Torvalds 1184601947 -0700 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 ‚~Õ