Re: [PATCH] crypto: ccp - unmap pages and remove unmap objects in callback

2017-10-06 Thread Herbert Xu
On Tue, Sep 05, 2017 at 05:01:51PM -0500, Gary R Hook wrote: > From: amd > > Clean up the mapped pages and the unmap object once we are done with > it. This enables the final clean-up of the object once the transfer > is complete. > > Signed-off-by: Gary R Hook Patch applied. Thanks. -- Emai

[PATCH] crypto: ccp - unmap pages and remove unmap objects in callback

2017-09-05 Thread Gary R Hook
From: amd Clean up the mapped pages and the unmap object once we are done with it. This enables the final clean-up of the object once the transfer is complete. Signed-off-by: Gary R Hook --- drivers/crypto/ccp/ccp-dmaengine.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/crypt