Re: [PATCH v4] mtd: spi-nor: Add support for S3AN spi-nor devices

From: Ricardo Ribalda Delgado
Date: Fri Sep 16 2016 - 15:30:14 EST


Hi Cyrille

Thanks for your comments. I am sending v5 with all of them (hopefully) fixed.

On Fri, Sep 16, 2016 at 6:33 PM, Cyrille Pitchen
<cyrille.pitchen@xxxxxxxxx> wrote:
>> + else {
>> + uint64_t aux = to;
> what about i ?
do_div explicitly requires uint64_t on some arches, I got some errors
from the autobuilder if I just used i.


Thanks for your comments!