Re: [PATCH] crypto: zip - add a cast for printing atomic64_t values

2017-03-24 Thread Herbert Xu
On Mon, Mar 20, 2017 at 01:39:16PM +0100, Arnd Bergmann wrote: > kernelci.org reports a build-time regression on linux-next, with a harmless > warning in x86 allmodconfig: > > drivers/crypto/cavium/zip/zip_main.c:489:18: warning: format '%ld' expects > argument of type 'long int', but argument 7

[PATCH] crypto: zip - add a cast for printing atomic64_t values

2017-03-20 Thread Arnd Bergmann
kernelci.org reports a build-time regression on linux-next, with a harmless warning in x86 allmodconfig: drivers/crypto/cavium/zip/zip_main.c:489:18: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'long long int' [-Wformat=] drivers/crypto/cavium/zip/zip_main.c