Re: [PATCH 1/7] crypto: marvell: Add a macro constant for the size of the crypto queue

2016-06-15 Thread Boris Brezillon
On Wed, 15 Jun 2016 21:15:28 +0200 Romain Perier wrote: > Adding a macro constant to be used for the size of the crypto queue, > instead of using a numeric value directly. It will be easier to > maintain in case we add more than one crypto queue of the same size. > > Signed-off-by: Romain Perier

[PATCH 1/7] crypto: marvell: Add a macro constant for the size of the crypto queue

2016-06-15 Thread Romain Perier
Adding a macro constant to be used for the size of the crypto queue, instead of using a numeric value directly. It will be easier to maintain in case we add more than one crypto queue of the same size. Signed-off-by: Romain Perier --- drivers/crypto/marvell/cesa.c | 5 - 1 file changed, 4 in