mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
crypto: img-hash - fix spelling mistake in dev_err error message
Trival change, fix spelling mistake 'aquire' -> 'acquire' in dev_err message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
4aad0cc5c3
commit
327cbbabfb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue