commit | 1f80c0cc39e587edd06a36b43ba3a3b09d4ac428 | [log] [tgz] |
---|---|---|
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | Tue Apr 15 10:06:50 2014 +0200 |
committer | Steve French <smfrench@gmail.com> | Wed Apr 16 23:08:57 2014 -0500 |
tree | 68539f36bda4fae674846affe1f8464197f7371a | |
parent | bae9f746a18ee31bbeeb25ae6615805ed6eca173 [diff] |
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 <michael.opdenacker@free-electrons.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Steve French <smfrench@gmail.com>