Re: [PATCH 1/2] ARC: bitops: Change __fls to return unsigned long

From: Vineet Gupta
Date: Wed May 25 2022 - 23:42:17 EST


Hi,

On 5/25/22 07:48, 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.

Signed-off-by: Amadeusz Sławiński<amadeuszx.slawinski@xxxxxxxxxxxxxxx>

Applied to for-curr.

Thx,
-Vineet