hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/powerpc/include/asm/word-at-a-time.h
....@@ -34,7 +34,7 @@
3434 return leading_zero_bits >> 3;
3535 }
3636
37
-static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c)
37
+static inline unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c)
3838 {
3939 unsigned long rhs = val | c->low_bits;
4040 *data = rhs;