--- zzzz-none-000/linux-4.9.231/fs/squashfs/lz4_wrapper.c 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/fs/squashfs/lz4_wrapper.c 2022-03-30 12:03:35.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");