Michael Opdenacker 1f80c0cc39 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>
2014-04-16 23:08:57 -05:00
..
2013-10-24 23:34:49 -04:00
2014-04-16 23:08:57 -05:00
2013-11-08 05:57:46 +09:00
2013-06-26 23:45:05 -05:00
2007-06-05 18:30:44 +00:00
2013-11-11 16:31:03 -06:00
2014-04-16 13:51:46 -05:00
2012-07-24 10:25:13 -05:00
2013-09-08 14:54:24 -05:00