linux_dsm_epyc7002/drivers/crypto/marvell
Romain Perier 21ec757d2d crypto: marvell/cesa - Improving code readability
When looking for available engines, the variable "engine" is
assigned to "&cesa->engines[i]" at the beginning of the for loop. Replacing
next occurences of "&cesa->engines[i]" by "engine" and in order to improve
readability.

Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2016-04-20 17:50:07 +08:00
..
cesa.c crypto: marvell/cesa - Improving code readability 2016-04-20 17:50:07 +08:00
cesa.h crypto: marvell/cesa - fix memory leak 2016-03-17 19:09:04 +08:00
cipher.c crypto: marvell - check return value of sg_nents_for_len 2015-11-17 22:00:35 +08:00
hash.c crypto: marvell/cesa - remove unneeded condition 2016-04-05 20:35:45 +08:00
Makefile crypto: marvell/cesa - add TDMA support 2015-06-19 22:18:03 +08:00
tdma.c crypto: marvell/cesa - use __le32 for hardware descriptors 2015-10-20 22:13:58 +08:00