commit | 4a0c1de64bf9d9027a6f19adfba89fc27893db23 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 24 13:29:04 2020 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 02 18:02:13 2020 +1000 |
tree | 0949bc8c32d12c75152c491836c69eb95b6ecc8c | |
parent | c2fb644638ae45cc4a34aa51a18d687d4781f8a1 [diff] |
crypto: x86/poly1305 - Remove assignments with no effect This patch removes a few ineffectual assignments from the function crypto_poly1305_setdctxkey. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>