hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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