diff options
-rw-r--r-- | drivers/crypto/ux500/hash/hash_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ux500/hash/hash_core.c b/drivers/crypto/ux500/hash/hash_core.c index 187a8fd7eee7..5f5f360628fc 100644 --- a/drivers/crypto/ux500/hash/hash_core.c +++ b/drivers/crypto/ux500/hash/hash_core.c | |||
@@ -184,7 +184,7 @@ static int hash_set_dma_transfer(struct hash_ctx *ctx, struct scatterlist *sg, | |||
184 | direction, DMA_CTRL_ACK | DMA_PREP_INTERRUPT); | 184 | direction, DMA_CTRL_ACK | DMA_PREP_INTERRUPT); |
185 | if (!desc) { | 185 | if (!desc) { |
186 | dev_err(ctx->device->dev, | 186 | dev_err(ctx->device->dev, |
187 | "%s: device_prep_slave_sg() failed!\n", __func__); | 187 | "%s: dmaengine_prep_slave_sg() failed!\n", __func__); |
188 | return -EFAULT; | 188 | return -EFAULT; |
189 | } | 189 | } |
190 | 190 | ||