diff options
author | Romain Perier <romain.perier@free-electrons.com> | 2016-07-18 11:32:24 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-07-19 15:42:40 +0800 |
commit | aa6416ee4676e5c235d4c7315340c24457e39430 (patch) | |
tree | 38b2f7e23302f1cf7e37725280a8196b96cb6894 /crypto | |
parent | e514cc0a492a3f39ef71b31590a7ef67537ee04b (diff) |
crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_op
Use the parameter 'gfp_flags' instead of 'flag' as second argument of
dma_pool_alloc(). The parameter 'flag' is for the TDMA descriptor, its
content has no sense for the allocator.
Fixes: bac8e805a30d ("crypto: marvell - Copy IV vectors by DMA...")
Signed-off-by: Romain Perier <romain.perier@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions