From: David Howells Date: Wed, 24 Mar 2010 17:02:28 +0000 (+0000) Subject: FDPIC: For-loop in elf_core_vma_data_size() is incorrect X-Git-Tag: v2.6.34-rc3~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47568d4c56677ede6e7ff7c8e4e0fd860a9c4372;p=pandora-kernel.git FDPIC: For-loop in elf_core_vma_data_size() is incorrect Fix an incorrect for-loop in elf_core_vma_data_size(). The advance-pointer statement lacks an assignment: CC fs/binfmt_elf_fdpic.o fs/binfmt_elf_fdpic.c: In function 'elf_core_vma_data_size': fs/binfmt_elf_fdpic.c:1593: warning: statement with no effect Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed