public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Milind Arun Choudhary <milindchoudhary@gmail.com>
Cc: Kernel Janitors <kernel-janitors@lists.osdl.org>,
	Andrw Morton <akpm@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	liam.girdwood@wolfsonmicro.com
Subject: Re: [KJ][PATCH] sound: SPIN_LOCK_UNLOCKED cleanup
Date: Thu, 19 Apr 2007 15:23:57 +0200	[thread overview]
Message-ID: <s5hlkgoa45u.wl%tiwai@suse.de> (raw)
In-Reply-To: <20070419114444.GA12114@arun.site>

At Thu, 19 Apr 2007 17:14:44 +0530,
Milind Arun Choudhary wrote:
> 
> SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead 
> 
> Signed-off-by: Milind Arun Choudhary <milindchoudhary@gmail.com>

Thanks, applied to ALSA tree now.  (The file was renamed to
at91-ssc.c, so I applied it manually.)


Takashi


> 
> ---
> 
>  soc/at91/at91-i2s.c          |    6 +++---
>  1 file changed, 3  insertions(+), 3 deletions(-)
> 
> diff --git a/sound/soc/at91/at91-i2s.c b/sound/soc/at91/at91-i2s.c
> index 9fc0c03..d65a47d 100644
> --- a/sound/soc/at91/at91-i2s.c
> +++ b/sound/soc/at91/at91-i2s.c
> @@ -151,20 +151,20 @@ static struct at91_ssc_info {
>  } ssc_info[NUM_SSC_DEVICES] = {
>  	{
>  	.name		= "ssc0",
> -	.lock		= SPIN_LOCK_UNLOCKED,
> +	.lock		= __SPIN_LOCK_UNLOCKED(ssc_info[0].lock),
>  	.dir_mask	= 0,
>  	.initialized	= 0,
>  	},
>  #if NUM_SSC_DEVICES == 3
>  	{
>  	.name		= "ssc1",
> -	.lock		= SPIN_LOCK_UNLOCKED,
> +	.lock		= __SPIN_LOCK_UNLOCKED(ssc_info[1].lock),
>  	.dir_mask	= 0,
>  	.initialized	= 0,
>  	},
>  	{
>  	.name		= "ssc2",
> -	.lock		= SPIN_LOCK_UNLOCKED,
> +	.lock		= __SPIN_LOCK_UNLOCKED(ssc_info[2].lock),
>  	.dir_mask	= 0,
>  	.initialized	= 0,
>  	},
> -- 
> Milind Arun Choudhary
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

      reply	other threads:[~2007-04-19 13:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-19 11:44 [KJ][PATCH] sound: SPIN_LOCK_UNLOCKED cleanup Milind Arun Choudhary
2007-04-19 13:23 ` Takashi Iwai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hlkgoa45u.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=kernel-janitors@lists.osdl.org \
    --cc=liam.girdwood@wolfsonmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=milindchoudhary@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox