Commit 06918200 authored by Christoph Böhmwalder's avatar Christoph Böhmwalder Committed by Jens Axboe
parent c10bdcf9
...@@ -327,7 +327,7 @@ static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) ...@@ -327,7 +327,7 @@ static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits)
*/ */
static inline int vli_encode_bits(struct bitstream *bs, u64 in) static inline int vli_encode_bits(struct bitstream *bs, u64 in)
{ {
u64 code = code; u64 code;
int bits = __vli_encode_bits(&code, in); int bits = __vli_encode_bits(&code, in);
if (bits <= 0) if (bits <= 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment