commit | 1b44f93eb3e51f97d06a92eb39ab1ad031851f74 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Feb 22 14:24:09 2020 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Feb 28 08:43:21 2020 +0800 |
tree | 18822c6c9aeecf3528ed840afae9cbd039104fe2 | |
parent | ba02b35239f7ea08ee9959689a66fee8782c1c8c [diff] |
crypto: hisilicon - remove redundant assignment of pointer ctx Pointer ctx is being re-assigned with the same value as it was initialized with. The second assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>