Merge tag 'imx-soc-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo...
[cascardo/linux.git] / lib / decompress.c
index 86069d7..37f3c78 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;