Re: [PATCH 2/3] mtd: atmel nand: fix build warning on 64-bit

From: Arnd Bergmann
Date: Fri Jul 13 2018 - 06:16:14 EST


On Fri, Jul 13, 2018 at 11:56 AM, Tudor Ambarus
<tudor.ambarus@xxxxxxxxxxxxx> wrote:
> Hi, Arnd,
>
> On 07/09/2018 06:57 PM, Arnd Bergmann wrote:
>> + nc->ebi_csa_offs = (uintptr_t)match->data;
>
> I guess we should declare ebi_csa_offs as size_t, right?

Yes, that would make sense, though it doesn't change the behavior.

Arnd