Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144727
b: refs/heads/master
c: c71a7a3
h: refs/heads/master
i:
  144725: eec01ef
  144723: 5b94105
  144719: 44b0719
v: v3
  • Loading branch information
Michal Simek committed May 1, 2009
1 parent 438f101 commit a3d8828
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: 595e8fabea22c96f674102f33b4a759f4512dd9c
refs/heads/master: c71a7a3875b40d18a08c09f6c757bd7a9b6ce894
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/sys_microblaze.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth)
ret = sys_shmctl(first, second, (struct shmid_ds *) ptr);
break;
}
return -EINVAL;
return ret;
}

asmlinkage int sys_vfork(struct pt_regs *regs)
Expand Down

0 comments on commit a3d8828

Please sign in to comment.