--- zzzz-none-000/linux-4.9.218/fs/squashfs/lz4_wrapper.c 2020-04-02 15:20:41.000000000 +0000 +++ seale-7590ax-750/linux-4.9.218/fs/squashfs/lz4_wrapper.c 2023-03-29 10:59:07.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");