On Tue, Nov 12, 2019 at 10:38:34AM +0800, Herbert Xu wrote: > If you try to compile this driver on a 64-bit platform then you > will get warnings because it mixes size_t with unsigned int which > only works on 32-bit. > > This patch fixes all of the warnings. > > Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> > Hello Note that the driver is within !64BIT, so that compiling on 64-bit should not be doable/an issue, but removing this conditionnal could be a good point. Furthermore, I just tested compiling on 64BIT and there are the same warnings on sun4i-ss-hash.c. I will send a subsequent patch for it. Acked-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx> Tested-by: Corentin Labbe <clabbe.montjoie@xxxxxxxxx> Tested-on: sun7i-a20-cubieboard2 Tested-on: sun8i-a33-olinuxino