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:
c1ae3cf
)
ASoC: Intel: Skylake: fix spelling mistake: "allocationf" -> "allocation"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 21 Feb 2017 18:50:05 +0000
(18:50 +0000)
committer
Mark Brown
<broonie@kernel.org>
Tue, 7 Mar 2017 12:46:02 +0000
(13:46 +0100)
Trivial fix to spelling mistake in dev_err message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-pcm.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/skylake/skl-pcm.c
b/sound/soc/intel/skylake/skl-pcm.c
index e12520e142ff5306e926e644e95bf3f81c5d2903..635cbb1e7d91b5e3db72c0aff688a2616f8d6424 100644
(file)
--- a/
sound/soc/intel/skylake/skl-pcm.c
+++ b/
sound/soc/intel/skylake/skl-pcm.c
@@
-1165,7
+1165,7
@@
static int skl_pcm_new(struct snd_soc_pcm_runtime *rtd)
snd_dma_pci_data(skl->pci),
size, MAX_PREALLOC_SIZE);
if (retval) {
- dev_err(dai->dev, "dma buffer allocation
f
fail\n");
+ dev_err(dai->dev, "dma buffer allocation fail\n");
return retval;
}
}