--- zzzz-none-000/linux-4.9.276/fs/squashfs/lz4_wrapper.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/fs/squashfs/lz4_wrapper.c 2023-04-05 08:19:02.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");