kernel/include/asm-generic/word-at-a-time.h
.. .. @@ -38,7 +38,7 @@ 38 38 return (mask >> 8) ? byte : byte + 1; 39 39 } 40 40 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)42 42 { 43 43 unsigned long rhs = val | c->low_bits; 44 44 *data = rhs;