forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
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