All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug.
@ 2014-10-16 15:43 Peter Rosin
  2014-10-17  1:18 ` Bo Shen
  2014-10-17  8:22 ` Alexandre Belloni
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Rosin @ 2014-10-16 15:43 UTC (permalink / raw)
  To: alsa-devel; +Cc: Peter Rosin

>From 64e0a6c2fe731eb24c81c7c56a3cacdda3d51610 Mon Sep 17 00:00:00 2001
From: Peter Rosin <peda@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 <peda@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug.
  2014-10-16 15:43 [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug Peter Rosin
@ 2014-10-17  1:18 ` Bo Shen
  2014-10-17 11:14   ` Mark Brown
  2014-10-17  8:22 ` Alexandre Belloni
  1 sibling, 1 reply; 4+ messages in thread
From: Bo Shen @ 2014-10-17  1:18 UTC (permalink / raw)
  To: Peter Rosin, Mark Brown; +Cc: alsa-devel

Hi Peter,
   Thanks.

   Add Mark Brown into list

On 10/16/2014 11:43 PM, Peter Rosin wrote:
>  From 64e0a6c2fe731eb24c81c7c56a3cacdda3d51610 Mon Sep 17 00:00:00 2001
> From: Peter Rosin <peda@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 <peda@axentia.se>

Acked-by: Bo Shen <voice.shen@atmel.com>

> ---
>   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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug.
  2014-10-16 15:43 [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug Peter Rosin
  2014-10-17  1:18 ` Bo Shen
@ 2014-10-17  8:22 ` Alexandre Belloni
  1 sibling, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2014-10-17  8:22 UTC (permalink / raw)
  To: Peter Rosin; +Cc: alsa-devel

Hi,

On 16/10/2014 at 15:43:40 +0000, Peter Rosin wrote :
> From 64e0a6c2fe731eb24c81c7c56a3cacdda3d51610 Mon Sep 17 00:00:00 2001
> From: Peter Rosin <peda@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 <peda@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");

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug.
  2014-10-17  1:18 ` Bo Shen
@ 2014-10-17 11:14   ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2014-10-17 11:14 UTC (permalink / raw)
  To: Bo Shen; +Cc: alsa-devel, Peter Rosin


[-- Attachment #1.1: Type: text/plain, Size: 228 bytes --]

On Fri, Oct 17, 2014 at 09:18:00AM +0800, Bo Shen wrote:
> Hi Peter,
>   Thanks.
> 
>   Add Mark Brown into list

Please send the patch for review; you should send patches to maintainers
as covered in SubmittingPatches.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-17 11:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-16 15:43 [PATCH] ASoC: atmel_ssc_dai: Fix spelling in pr_debug Peter Rosin
2014-10-17  1:18 ` Bo Shen
2014-10-17 11:14   ` Mark Brown
2014-10-17  8:22 ` Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.