]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: marvell/cesa - remove unneeded condition
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 21 Mar 2016 09:03:43 +0000 (12:03 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 5 Apr 2016 12:35:45 +0000 (20:35 +0800)
commit063327f54e864874de3f4d6715ff284e8d135e12
treed298d28b1b4365815948a1c10214ba2f8310f02f
parent06af9b0f4949b85b20107e6d75f5eba15111d220
crypto: marvell/cesa - remove unneeded condition

creq->cache[] is an array inside the struct, it's not a pointer and it
can't be NULL.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/hash.c