Re: [PATCH v2 3/3] sparc64: bitops: Change __fls to return unsigned long

2022-08-03 Thread Amadeusz Sławiński
On 5/27/2022 1:53 PM, Amadeusz Sławiński wrote: As per asm-generic definition and other architectures __fls should return unsigned long. No functional change is expected as return value should fit in unsigned long. Reviewed-by: Cezary Rojewski Signed-off-by: Amadeusz Sławiński ---

[PATCH v2 3/3] sparc64: bitops: Change __fls to return unsigned long

2022-05-27 Thread Amadeusz Sławiński
As per asm-generic definition and other architectures __fls should return unsigned long. No functional change is expected as return value should fit in unsigned long. Reviewed-by: Cezary Rojewski Signed-off-by: Amadeusz Sławiński --- arch/sparc/include/asm/bitops_64.h | 2 +- 1 file changed,