hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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