kernel/arch/powerpc/include/asm/word-at-a-time.h
.. .. @@ -34,7 +34,7 @@ 34 34 return leading_zero_bits >> 3; 35 35 } 36 36 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)38 38 { 39 39 unsigned long rhs = val | c->low_bits; 40 40 *data = rhs;