forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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