hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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