diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-10-03 11:43:57 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-03 11:43:57 -0400 |
commit | 576bb9ced2d274446639d7fbeee7125e24daf012 (patch) | |
tree | 00a33b5772fe7371d5a47c382d0487e09f01359f /fs/binfmt_flat.c | |
parent | f9720205d1f847cb59e197e851b5276425363f6b (diff) |
binfmt_flat: checkpatch fixing minimum support for the blackfin relocations
Cc: Bernd Schmidt <bernd.schmidt@analog.com>
Cc: David McCullough <davidm@snapgear.com>
Cc: Greg Ungerer <gerg@snapgear.com>
Cc: Miles Bader <miles.bader@necel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'fs/binfmt_flat.c')
-rw-r--r-- | fs/binfmt_flat.c | 3 |
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 |