summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-03-30 13:54:29 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2019-04-08 14:36:17 +0800
commitf947d7fd12ab1ffddd4f25970ff6c06a879226e6 (patch)
treeca73d40091a243c4240f3e0a0bd4e357983ad622 /crypto
parentdbbaffefd2699c49b8ebdf6e81538a3bb01b0137 (diff)
crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'
Fixes gcc '-Wunused-but-set-variable' warning: drivers/crypto/nx/nx-842.c: In function 'decompress': drivers/crypto/nx/nx-842.c:356:25: warning: variable 'dpadding' set but not used [-Wunused-but-set-variable] drivers/crypto/nx/nx-842-pseries.c: In function 'nx842_pseries_compress': drivers/crypto/nx/nx-842-pseries.c:299:15: warning: variable 'max_sync_size' set but not used [-Wunused-but-set-variable] drivers/crypto/nx/nx-842-pseries.c: In function 'nx842_pseries_decompress': drivers/crypto/nx/nx-842-pseries.c:430:15: warning: variable 'max_sync_size' set but not used [-Wunused-but-set-variable] They are not used any more and can be removed. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions