hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/ia64/include/asm/bitops.h
....@@ -388,8 +388,7 @@
388388 * Find the last (most significant) bit set. Returns 0 for x==0 and
389389 * bits are numbered from 1..32 (e.g., fls(9) == 4).
390390 */
391
-static inline int
392
-fls (int t)
391
+static inline int fls(unsigned int t)
393392 {
394393 unsigned long x = t & 0xffffffffu;
395394