summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-03-30 16:44:20 +0100
committerMark Brown <broonie@kernel.org>2018-04-16 11:53:35 +0100
commit7bdeac2e6f49c7632557fb4a5816932fd38e0942 (patch)
treeaf0c2237a999ec760f869a297d725e5b901e5f3e /sound/soc/atmel
parent8ba05d770dc46df76900d4e17c312d62c83bed6f (diff)
downloadop-kernel-dev-7bdeac2e6f49c7632557fb4a5816932fd38e0942.zip
op-kernel-dev-7bdeac2e6f49c7632557fb4a5816932fd38e0942.tar.gz
ASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping"
Trivial fix to spelling mistake in pr_debug message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r--sound/soc/atmel/atmel_ssc_dai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
index a1e2c56..1c7af0c 100644
--- a/sound/soc/atmel/atmel_ssc_dai.c
+++ b/sound/soc/atmel/atmel_ssc_dai.c
@@ -820,7 +820,7 @@ static int atmel_ssc_hw_params(struct snd_pcm_substream *substream,
if (ret < 0) {
printk(KERN_WARNING
"atmel_ssc_dai: request_irq failure\n");
- pr_debug("Atmel_ssc_dai: Stoping clock\n");
+ pr_debug("Atmel_ssc_dai: Stopping clock\n");
clk_disable(ssc_p->ssc->clk);
return ret;
}
OpenPOWER on IntegriCloud