crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requests
[deliverable/linux.git] / drivers / crypto / img-hash.c
index ad47d0d6109845c810055fdb2ddaba8fa9d62039..68e8aa90fe01cbc074d70df5d5262b70834567d5 100644 (file)
@@ -334,7 +334,7 @@ static int img_hash_dma_init(struct img_hash_dev *hdev)
 
        hdev->dma_lch = dma_request_slave_channel(hdev->dev, "tx");
        if (!hdev->dma_lch) {
-               dev_err(hdev->dev, "Couldn't aquire a slave DMA channel.\n");
+               dev_err(hdev->dev, "Couldn't acquire a slave DMA channel.\n");
                return -EBUSY;
        }
        dma_conf.direction = DMA_MEM_TO_DEV;
This page took 0.038002 seconds and 5 git commands to generate.