]> bbs.cooldavid.org Git - net-next-2.6.git/commit
powerpc/spufs: Remove unused error path
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 2 Jun 2009 18:00:51 +0000 (18:00 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 9 Jun 2009 06:47:41 +0000 (16:47 +1000)
commit1babddbc2e83ab98fc4dd0a3e9bd7b2d30be7e32
tree7ac88e4153c4ca2ce594757fbd81ef55535beba1
parentbcba0778ee9c5e6b76420c427e5c2cf3a21dbeba
powerpc/spufs: Remove unused error path

Commit 45db9240890d9343c934db1fe82d6e68ac2d28da ("powerpc/spufs: Remove
double check for non-negative dentry") removed the only user of the
out_dput label, so remove it and the code following it.

Gets rid of this warning:

arch/powerpc/platforms/cell/spufs/inode.c: In function 'spufs_create':
arch/powerpc/platforms/cell/spufs/inode.c:647: warning: label 'out_dput' defined but not used

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/cell/spufs/inode.c