crypto: caam - fix typo in dma_mapping_error
authorHoria Geanta <horia.geanta@freescale.com>
Fri, 11 Jul 2014 12:34:48 +0000 (15:34 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 23 Jul 2014 13:28:43 +0000 (21:28 +0800)
dma_mapping_error checks for an incorrect DMA address:
s/ctx->sh_desc_enc_dma/ctx->sh_desc_dec_dma

Signed-off-by: Horia Geanta <horia.geanta@freescale.com>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found