Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360708
b: refs/heads/master
c: 72a6b43
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Feb 28, 2013
1 parent 0a5b02b commit cad251a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa2383f815c3720f1f406d2f574dfb65aedce2ec
refs/heads/master: 72a6b43e4bbb818ac1875a3a572cb2aa8c9af820
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ static int apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab,
struct mod_arch_syminfo *info;
Elf_Addr loc, val;
int r_type, r_sym;
int rc;
int rc = -ENOEXEC;

/* This is where to make the change */
loc = base + rela->r_offset;
Expand Down

0 comments on commit cad251a

Please sign in to comment.