]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/decompress.c
random32: improvements to prandom_bytes
[karo-tx-linux.git] / lib / decompress.c
index 86069d74c062d17ec094f44754ab197483bf910e..37f3c786348f21a233c7f8dc486d8ef3124e8dba 100644 (file)
@@ -54,7 +54,7 @@ static const struct compress_format compressed_formats[] __initconst = {
        { {0, 0}, NULL, NULL }
 };
 
-decompress_fn __init decompress_method(const unsigned char *inbuf, int len,
+decompress_fn __init decompress_method(const unsigned char *inbuf, long len,
                                const char **name)
 {
        const struct compress_format *cf;