commit | 2f1fedca9b97e87413db52c54745e9cc28b70169 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Oct 12 17:44:06 2017 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 03 21:53:30 2017 +0800 |
tree | 72ca81fde2296eb9d135edb7fb8774691e7bc83c | |
parent | 27b43fd95b144484713855c6d4fe832d22e48838 [diff] |
crypto: cavium - clean up clang warning on unread variable offset The variable offset is being assigned and not being used; it should be passed as the 2nd argument to call to function nitrox_write_csr but has been omitted. Fix this. Cleans up clang warning: Value stored to 'offset' is never read Fixes: 14fa93cdcd9b ("crypto: cavium - Add support for CNN55XX adapters.") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>