Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138528
b: refs/heads/master
c: 2fb4423
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Kerr authored and Benjamin Herrenschmidt committed Mar 11, 2009
1 parent 1b28391 commit d4adbbc
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: d219889b769a56901c9a916187ee0af95e6ff8a6
refs/heads/master: 2fb4423aa38b598fa688bbd53a835bb7628c445b
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ spufs_regs_write(struct file *file, const char __user *buffer,
if (ret)
return ret;

ret = copy_from_user(lscsa->gprs + *pos - size,
ret = copy_from_user((char *)lscsa->gprs + *pos - size,
buffer, size) ? -EFAULT : size;

spu_release_saved(ctx);
Expand Down

0 comments on commit d4adbbc

Please sign in to comment.