hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/m68k/include/asm/bitops.h
....@@ -502,7 +502,7 @@
502502 /*
503503 * fls: find last bit set.
504504 */
505
-static inline int fls(int x)
505
+static inline int fls(unsigned int x)
506506 {
507507 int cnt;
508508