Re: [PATCH 05/12] crypto: caam - use devres to unmap memory

2019-09-09 Thread Horia Geanta
On 9/4/2019 5:35 AM, Andrey Smirnov wrote: > Use devres to unmap memory and drop corresponding iounmap() call. > > Signed-off-by: Andrey Smirnov > Cc: Chris Healy > Cc: Lucas Stach > Cc: Horia Geantă > Cc: Herbert Xu > Cc: Iuliana Prodan > Cc: linux-crypto@vger.kernel.org > Cc: linux-ker...@

[PATCH 05/12] crypto: caam - use devres to unmap memory

2019-09-03 Thread Andrey Smirnov
Use devres to unmap memory and drop corresponding iounmap() call. Signed-off-by: Andrey Smirnov Cc: Chris Healy Cc: Lucas Stach Cc: Horia Geantă Cc: Herbert Xu Cc: Iuliana Prodan Cc: linux-crypto@vger.kernel.org Cc: linux-ker...@vger.kernel.org --- drivers/crypto/caam/ctrl.c | 28 +-