[PATCH 1/4] ARM: change vmalloc_min to be unsigned long
Linus Walleij
linus.walleij at linaro.org
Tue May 18 15:09:52 PDT 2021
On Tue, May 18, 2021 at 2:15 PM Russell King (Oracle)
<rmk+kernel at armlinux.org.uk> 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 at armlinux.org.uk>
Looks good!
Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list