]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - lib/crc32.c
Merge tag 's390-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[mirror_ubuntu-jammy-kernel.git] / lib / crc32.c
index 35a03d03f97381d5bdf6c74d1d2c5f66190ec29d..2a68dfd3b96c88c757c2f543c1bc102c634c45b1 100644 (file)
@@ -331,7 +331,7 @@ static inline u32 __pure crc32_be_generic(u32 crc, unsigned char const *p,
        return crc;
 }
 
-#if CRC_LE_BITS == 1
+#if CRC_BE_BITS == 1
 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len)
 {
        return crc32_be_generic(crc, p, len, NULL, CRC32_POLY_BE);