Skip to content

Commit

Permalink
binfmt_flat: checkpatch fixing minimum support for the blackfin reloc…
Browse files Browse the repository at this point in the history
…ations

Cc: Bernd Schmidt <[email protected]>
Cc: David McCullough <[email protected]>
Cc: Greg Ungerer <[email protected]>
Cc: Miles Bader <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Bryan Wu <[email protected]>
  • Loading branch information
akpm00 authored and Bryan Wu committed Oct 3, 2007
1 parent f972020 commit 576bb9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/binfmt_flat.c
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,8 @@ static int load_flat_file(struct linux_binprm * bprm,
}

/* Get the pointer's value. */
addr = flat_get_addr_from_rp(rp, relval, flags, &persistent);
addr = flat_get_addr_from_rp(rp, relval, flags,
&persistent);
if (addr != 0) {
/*
* Do the relocation. PIC relocs in the data section are
Expand Down

0 comments on commit 576bb9c

Please sign in to comment.