Re: [PATCH] crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' call

2020-08-21 Thread Herbert Xu
On Sun, Aug 02, 2020 at 04:56:48PM +0200, Christophe JAILLET wrote: > Update the size used in 'dma_free_coherent()' in order to match the one > used in the corresponding 'dma_alloc_coherent()', in 'setup_crypt_desc()'. > > Fixes: 81bef0150074 ("crypto: ixp4xx - Hardware crypto support for IXP4xx

[PATCH] crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' call

2020-08-02 Thread Christophe JAILLET
Update the size used in 'dma_free_coherent()' in order to match the one used in the corresponding 'dma_alloc_coherent()', in 'setup_crypt_desc()'. Fixes: 81bef0150074 ("crypto: ixp4xx - Hardware crypto support for IXP4xx CPUs") Signed-off-by: Christophe JAILLET ---