Re: [PATCH -next] powerpc/spufs: remove set but not used variable 'ctx'

2019-11-14 Thread Michael Ellerman
On Wed, 2019-10-23 at 13:44:23 UTC, YueHaibing wrote: > 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 A

[PATCH -next] powerpc/spufs: remove set but not used variable 'ctx'

2019-10-23 Thread YueHaibing
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 --- arch/powerpc/platforms/cell/spufs/inode.c | 2 -- 1 file changed,