From: Stephen Rothwell Date: Tue, 2 Jun 2009 18:00:51 +0000 (+0000) Subject: powerpc/spufs: Remove unused error path X-Git-Tag: v2.6.31-rc1~331^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1babddbc2e83ab98fc4dd0a3e9bd7b2d30be7e32;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed