Re: [PATCH v2 03/10] crypto: marvell: Fix wrong type check in dma functions

2016-06-17 Thread Boris Brezillon
On Fri, 17 Jun 2016 13:24:02 +0200 Romain Perier wrote: > So far, the way that the type of a TDMA operation was checked was > wrong. We have to use the type mask in order to get the right part of > the flag containing the type of the operation. > > Signed-off-by: Romain Perier Acked-by: Boris

[PATCH v2 03/10] crypto: marvell: Fix wrong type check in dma functions

2016-06-17 Thread Romain Perier
So far, the way that the type of a TDMA operation was checked was wrong. We have to use the type mask in order to get the right part of the flag containing the type of the operation. Signed-off-by: Romain Perier --- drivers/crypto/marvell/tdma.c | 5 +++-- 1 file changed, 3 insertions(+), 2 dele