Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17186
b: refs/heads/master
c: 59d6d39
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Paul Mackerras committed Jan 9, 2006
1 parent 67ed6cd commit 5184d41
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: a819f8ba76e81669fcc2665ac532cac650694b99
refs/heads/master: 59d6d39f30f4460b7e6489831caf7fbfe371941a
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spu_syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ asmlinkage long sys_spu_create(const char __user *name,
struct module *owner = spufs_calls.owner;

ret = -ENOSYS;
if (owner && try_module_get(spufs_calls.owner)) {
if (owner && try_module_get(owner)) {
ret = spufs_calls.create_thread(name, flags, mode);
module_put(owner);
}
Expand Down

0 comments on commit 5184d41

Please sign in to comment.