diff options
author | Srikanth Jampala <Jampala.Srikanth@cavium.com> | 2018-09-29 10:19:07 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-10-05 04:22:48 +0200 |
commit | 80e73c8ad6e923a9839ba45f820b1346aafc793a (patch) | |
tree | 4c580868cded3d885b9baf3725966429e3379174 /kernel/futex.c | |
parent | crypto/morus(640,1280) - make crypto_...-algs static (diff) | |
download | linux-80e73c8ad6e923a9839ba45f820b1346aafc793a.tar.xz linux-80e73c8ad6e923a9839ba45f820b1346aafc793a.zip |
crypto: cavium/nitrox - fix warnings while printing atomic64_t types
fix compilation warnings with nitrox_debugfs.c while printing
atomic64_t types on arm64. typecast the atomic64_read() value to u64
This issue is reported by Ard Biesheuvel
drivers/crypto/cavium/nitrox/nitrox_debugfs.c:62:30:
warning: format ‘%lld’ expects argument of type ‘long long int’,
but argument 3 has type ‘long int’ [-Wformat=]
seq_printf(s, " Posted: %lld\n", atomic64_read(&ndev->stats.posted));
^
Fixes: 2a8780be9c26 (crypto: cavium/nitrox - updated debugfs information)
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reported-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Srikanth Jampala <Jampala.Srikanth@cavium.com>
Reviewed-by: Gadam Sreerama <sgadam@cavium.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'kernel/futex.c')
0 files changed, 0 insertions, 0 deletions