--- zzzz-none-000/linux-4.4.60/fs/squashfs/lz4_wrapper.c 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/fs/squashfs/lz4_wrapper.c 2021-02-04 17:41:59.000000000 +0000 @@ -40,7 +40,7 @@ if (comp_opts == NULL || len < sizeof(*comp_opts)) return ERR_PTR(-EIO); - if (le32_to_cpu(comp_opts->version) != LZ4_LEGACY) { + if (squash_le32_to_cpu(comp_opts->version) != LZ4_LEGACY) { /* LZ4 format currently used by the kernel is the 'legacy' * format */ ERROR("Unknown LZ4 version\n");