Discussion:
[PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug.
Peter Rosin
2014-10-16 15:43:40 UTC
Permalink
From 64e0a6c2fe731eb24c81c7c56a3cacdda3d51610 Mon Sep 17 00:00:00 2001
From: Peter Rosin <***@axentia.se>
Date: Thu, 16 Oct 2014 17:22:05 +0200
Subject: [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug.

Signed-off-by: Peter Rosin <***@axentia.se>
---
sound/soc/atmel/atmel_ssc_dai.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
index f403f39..775a2ba 100644
--- 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_dau: Stopping clock\n");
+ pr_debug("atmel_ssc_dai: Stopping clock\n");
clk_disable(ssc_p->ssc->clk);

free_irq(ssc_p->ssc->irq, ssc_p);
--
1.7.10.4
Bo Shen
2014-10-17 01:18:00 UTC
Permalink
Hi Peter,
Thanks.

Add Mark Brown into list
From 64e0a6c2fe731eb24c81c7c56a3cacdda3d51610 Mon Sep 17 00:00:00 2001
Date: Thu, 16 Oct 2014 17:22:05 +0200
Subject: [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug.
---
sound/soc/atmel/atmel_ssc_dai.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
index f403f39..775a2ba 100644
--- 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_dau: Stopping clock\n");
+ pr_debug("atmel_ssc_dai: Stopping clock\n");
clk_disable(ssc_p->ssc->clk);
free_irq(ssc_p->ssc->irq, ssc_p);
Best Regards,
Bo Shen
Mark Brown
2014-10-17 11:14:33 UTC
Permalink
Post by Bo Shen
Hi Peter,
Thanks.
Add Mark Brown into list
Please send the patch for review; you should send patches to maintainers
as covered in SubmittingPatches.

Alexandre Belloni
2014-10-17 08:22:57 UTC
Permalink
Hi,
From 64e0a6c2fe731eb24c81c7c56a3cacdda3d51610 Mon Sep 17 00:00:00 2001
Date: Thu, 16 Oct 2014 17:22:05 +0200
Subject: [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug.
---
sound/soc/atmel/atmel_ssc_dai.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
index f403f39..775a2ba 100644
--- 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_dau: Stopping clock\n");
+ pr_debug("atmel_ssc_dai: Stopping clock\n");
Maybe you could switch the whole file to pr_fmt or use __func__.
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
Loading...