projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65db85f
)
ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation"
author
Colin Ian King
<
[email protected]
>
Wed, 10 May 2017 10:29:40 +0000
(11:29 +0100)
committer
Mark Brown
<
[email protected]
>
Sun, 14 May 2017 10:09:13 +0000
(19:09 +0900)
Trivial fix to spelling mistake in dev_err message. Also replace "fail"
with "failure".
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/intel/atom/sst-mfld-platform-pcm.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/atom/sst-mfld-platform-pcm.c
b/sound/soc/intel/atom/sst-mfld-platform-pcm.c
index 21cac1c8dd4cb295cf9013386ea6f4549e14d1bf..b082b31023d59e648034c8d5ffc718c202a72e60 100644
(file)
--- a/
sound/soc/intel/atom/sst-mfld-platform-pcm.c
+++ b/
sound/soc/intel/atom/sst-mfld-platform-pcm.c
@@
-690,7
+690,7
@@
static int sst_pcm_new(struct snd_soc_pcm_runtime *rtd)
snd_dma_continuous_data(GFP_DMA),
SST_MIN_BUFFER, SST_MAX_BUFFER);
if (retval) {
- dev_err(rtd->dev, "dma buffer allocation
f fail
\n");
+ dev_err(rtd->dev, "dma buffer allocation
failure
\n");
return retval;
}
}