[POWERPC] spufs: Fix return value of spufs_mfc_write
This patch changes spufs_mfc_write() to return correct size instead of 0. Signed-off-by: Masato Noguchi <Masato.Noguchi@jp.sony.com> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Родитель
932f535dd4
Коммит
3692dc6614
|
@ -1279,6 +1279,7 @@ static ssize_t spufs_mfc_write(struct file *file, const char __user *buffer,
|
|||
goto out;
|
||||
|
||||
ctx->tagwait |= 1 << cmd.tag;
|
||||
ret = size;
|
||||
|
||||
out:
|
||||
return ret;
|
||||
|
|
Загрузка…
Ссылка в новой задаче