]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/decompress_unlz4.c
Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / lib / decompress_unlz4.c
index 3e67cfad16ad53614508e126d87f4d0024128577..7d1e83caf8ad8512c3a0d39e4f5e5b5c39de619f 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)