commit | 24a4f14f0a93f6fff7e6ade5d99b402c831bbd96 | [log] [tgz] |
---|---|---|
author | Horia Geantă <horia.geanta@nxp.com> | Wed Nov 09 10:46:23 2016 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Nov 13 17:45:14 2016 +0800 |
tree | a302ebd1dad0b3b263c0e24604a1ca13d51702ed | |
parent | e25ff92e8feb5ab3fb511aabeccc67304807366f [diff] |
crypto: caam - constify pointer to descriptor buffer The pointer to the descriptor buffer is not touched, it always points to start of the descriptor buffer. Thus, make it const. Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>