]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: caam - constify pointer to descriptor buffer
authorHoria Geantă <horia.geanta@nxp.com>
Wed, 9 Nov 2016 08:46:23 +0000 (10:46 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 13 Nov 2016 09:45:14 +0000 (17:45 +0800)
commit24a4f14f0a93f6fff7e6ade5d99b402c831bbd96
treea302ebd1dad0b3b263c0e24604a1ca13d51702ed
parente25ff92e8feb5ab3fb511aabeccc67304807366f
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>
drivers/crypto/caam/desc_constr.h