commit | 745952aeb599634025b568e1695fc6793b771682 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Oct 12 17:55:41 2017 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 03 21:53:30 2017 +0800 |
tree | db03c4c5787c1d124e15258eb2da43f6fe3b5738 | |
parent | 2f1fedca9b97e87413db52c54745e9cc28b70169 [diff] |
crypto: ccp - remove unused variable qim Variable qim is assigned but never read, it is redundant and can be removed. Cleans up clang warning: Value stored to 'qim' is never read Fixes: 4b394a232df7 ("crypto: ccp - Let a v5 CCP provide the same function as v3") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>