commit | 35a5c328fcf3493c5adf333d34c1ca6953fe372d | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Wed Oct 23 21:44:23 2019 +0800 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Nov 13 16:58:07 2019 +1100 |
tree | 46425ece64a1797e4fe6c2056a4ac311442d40df | |
parent | c312d14e19bb7ca8214ef661d9a125cd631528cb [diff] |
powerpc/spufs: remove set but not used variable 'ctx' arch/powerpc/platforms/cell/spufs/inode.c:201:22: warning: variable ctx set but not used [-Wunused-but-set-variable] It is not used since commit 67cba9fd6456 ("move spu_forget() into spufs_rmdir()") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20191023134423.15052-1-yuehaibing@huawei.com