Re: [PATCH 1/4] ARM: change vmalloc_min to be unsigned long

From: Linus Walleij
Date: Tue May 18 2021 - 18:10:12 EST


On Tue, May 18, 2021 at 2:15 PM Russell King (Oracle)
<rmk+kernel@xxxxxxxxxxxxxxx> wrote:

> vmalloc_min is currently a void pointer, but everywhere its used
> contains a cast - either to a void pointer when setting or back to
> an integer type when being used. Eliminate these casts by changing
> its type to unsigned long.
>
> Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx>

Looks good!
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij