diff options
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/file.c b/arch/powerpc/platforms/cell/spufs/file.c index 1c1af71d19cb..e6667530332b 100644 --- a/arch/powerpc/platforms/cell/spufs/file.c +++ b/arch/powerpc/platforms/cell/spufs/file.c | |||
@@ -1279,6 +1279,7 @@ static ssize_t spufs_mfc_write(struct file *file, const char __user *buffer, | |||
1279 | goto out; | 1279 | goto out; |
1280 | 1280 | ||
1281 | ctx->tagwait |= 1 << cmd.tag; | 1281 | ctx->tagwait |= 1 << cmd.tag; |
1282 | ret = size; | ||
1282 | 1283 | ||
1283 | out: | 1284 | out: |
1284 | return ret; | 1285 | return ret; |