projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de82bf6
)
ASoC: atmel_ssc_dai/trivial: typo fix
author
Matthieu Crapet
<mcrapet@gmail.com>
Mon, 8 Dec 2014 10:58:29 +0000
(11:58 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 8 Dec 2014 12:00:48 +0000
(12:00 +0000)
Signed-off-by: Matthieu Crapet <mcrapet@gmail.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/atmel_ssc_dai.c
patch
|
blob
|
history
diff --git
a/sound/soc/atmel/atmel_ssc_dai.c
b/sound/soc/atmel/atmel_ssc_dai.c
index
b1cc2a4
..
99ff35e
100644
(file)
--- a/
sound/soc/atmel/atmel_ssc_dai.c
+++ b/
sound/soc/atmel/atmel_ssc_dai.c
@@
-267,7
+267,7
@@
static void atmel_ssc_shutdown(struct snd_pcm_substream *substream,
if (!ssc_p->dir_mask) {
if (ssc_p->initialized) {
/* Shutdown the SSC clock. */
- pr_debug("atmel_ssc_da
u
: Stopping clock\n");
+ pr_debug("atmel_ssc_da
i
: Stopping clock\n");
clk_disable(ssc_p->ssc->clk);
free_irq(ssc_p->ssc->irq, ssc_p);