lib/rbtree.c: fix typo in comment of __rb_insert()
[cascardo/linux.git] / lib / decompress_unlz4.c
index 3e67cfa..7d1e83c 100644 (file)
@@ -141,6 +141,7 @@ STATIC inline int INIT unlz4(u8 *input, int in_len,
                        goto exit_2;
                }
 
+               ret = -1;
                if (flush && flush(outp, dest_len) != dest_len)
                        goto exit_2;
                if (output)