Subject: Re: [PATCH] strstrip incorrectly marked __must_check
[safe/jmp/linux-2.6] / lib / reed_solomon / decode_rs.c
index 65bc718..0ec3f25 100644 (file)
                 * deg(lambda) unequal to number of roots => uncorrectable
                 * error detected
                 */
-               count = -1;
+               count = -EBADMSG;
                goto finish;
        }
        /*