ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation"
Trivial fix to spelling mistake in dev_err message. Also replace "fail" with "failure". Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:

committed by
Mark Brown

parent
65db85fba1
commit
3c0a98c595
@@ -690,7 +690,7 @@ static int sst_pcm_new(struct snd_soc_pcm_runtime *rtd)
|
|||||||
snd_dma_continuous_data(GFP_DMA),
|
snd_dma_continuous_data(GFP_DMA),
|
||||||
SST_MIN_BUFFER, SST_MAX_BUFFER);
|
SST_MIN_BUFFER, SST_MAX_BUFFER);
|
||||||
if (retval) {
|
if (retval) {
|
||||||
dev_err(rtd->dev, "dma buffer allocationf fail\n");
|
dev_err(rtd->dev, "dma buffer allocation failure\n");
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user