forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
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