hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/asm-generic/word-at-a-time.h
....@@ -38,7 +38,7 @@
3838 return (mask >> 8) ? byte : byte + 1;
3939 }
4040
41
-static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c)
41
+static inline unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c)
4242 {
4343 unsigned long rhs = val | c->low_bits;
4444 *data = rhs;