aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/binfmt_flat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c
index 34e9b06a7444..fcb3405bb14e 100644
--- a/fs/binfmt_flat.c
+++ b/fs/binfmt_flat.c
@@ -760,7 +760,8 @@ static int load_flat_file(struct linux_binprm * bprm,
760 } 760 }
761 761
762 /* Get the pointer's value. */ 762 /* Get the pointer's value. */
763 addr = flat_get_addr_from_rp(rp, relval, flags, &persistent); 763 addr = flat_get_addr_from_rp(rp, relval, flags,
764 &persistent);
764 if (addr != 0) { 765 if (addr != 0) {
765 /* 766 /*
766 * Do the relocation. PIC relocs in the data section are 767 * Do the relocation. PIC relocs in the data section are