From: Michael Opdenacker Date: Tue, 15 Apr 2014 08:06:50 +0000 (+0200) Subject: cif: fix dead code X-Git-Tag: omap-for-v3.16/soc-signed~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f80c0cc39e587edd06a36b43ba3a3b09d4ac428;p=pandora-kernel.git cif: fix dead code This issue was found by Coverity (CID 1202536) This proposes a fix for a statement that creates dead code. The "rc < 0" statement is within code that is run with "rc > 0". It seems like "err < 0" was meant to be used here. This way, the error code is returned by the function. Signed-off-by: Michael Opdenacker Acked-by: Al Viro Signed-off-by: Steve French --- Reading git-diff-tree failed