Re: [PATCH] crypto: sahara: Use dmam_alloc_coherent

2015-08-19 Thread Herbert Xu
On Tue, Aug 18, 2015 at 11:36:05AM +0530, Vaishali Thakkar wrote: > This patch moves the data allocated using dma_alloc_coherent to the > corresponding managed interface. To be compatible with the change, > various gotos are replaced with direct returns and unneeded labels > are dropped. > > Signe

[PATCH] crypto: sahara: Use dmam_alloc_coherent

2015-08-17 Thread Vaishali Thakkar
This patch moves the data allocated using dma_alloc_coherent to the corresponding managed interface. To be compatible with the change, various gotos are replaced with direct returns and unneeded labels are dropped. Signed-off-by: Vaishali Thakkar --- drivers/crypto/sahara.c | 46 +---