[PATCH v4] mtd: spi-nor: Add support for S3AN spi-nor devices
Ricardo Ribalda Delgado
ricardo.ribalda at gmail.com
Fri Sep 16 12:29:29 PDT 2016
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 at atmel.com> 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!
More information about the linux-mtd
mailing list