commit | 66c9a04e33947191a03a1cf5103b8bf9051774df | [log] [tgz] |
---|---|---|
author | Vaishali Thakkar <vthakkar1994@gmail.com> | Tue Aug 18 11:36:05 2015 +0530 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Aug 19 22:59:44 2015 +0800 |
tree | 8b550e523edf31dedf949f1999974ca59a5cee82 | |
parent | 6c3af955935223217f23ef0ae672d3842418ec50 [diff] |
crypto: sahara - Use dmam_alloc_coherent 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 <vthakkar1994@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>