Re: [PATCH 1/3] mtd: onenand: samsung: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bit

From: Miquel Raynal
Date: Tue Jan 14 2020 - 12:05:35 EST


On Sun, 2019-12-29 at 18:36:10 UTC, Krzysztof Kozlowski wrote:
> iomem pointers should be casted to unsigned long to avoid
> -Wpointer-to-int-cast warnings when compiling on 64-bit platform (e.g.
> with COMPILE_TEST):
>
> drivers/mtd/nand/onenand/samsung_mtd.c: In function âs3c_onenand_readwâ:
> drivers/mtd/nand/onenand/samsung_mtd.c:251:6: warning:
> cast from pointer to integer of different size [-Wpointer-to-int-cast]
> if ((unsigned int) addr < ONENAND_DATARAM && onenand->bootram_command) {
> ^
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel