[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5haayyy9ln.wl%tiwai@suse.de>
Date: Sat, 07 Nov 2009 10:20:36 +0100
From: Takashi Iwai <tiwai@...e.de>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>,
Peter Zijlstra <peterz@...radead.org>
Subject: Re: [patch 06/16] sound: Replace old style lock initializer
At Fri, 06 Nov 2009 22:41:29 -0000,
Thomas Gleixner wrote:
>
> SPIN_LOCK_UNLOCKED is deprecated. Use __SPIN_LOCK_UNLOCKED instead.
>
> Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> Cc: Takashi Iwai <tiwai@...e.de>
Applied to sound git tree now. Thanks!
Takashi
> ---
> sound/oss/dmasound/dmasound_core.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> Index: linux-2.6/sound/oss/dmasound/dmasound_core.c
> ===================================================================
> --- linux-2.6.orig/sound/oss/dmasound/dmasound_core.c
> +++ linux-2.6/sound/oss/dmasound/dmasound_core.c
> @@ -219,7 +219,9 @@ static int shared_resources_initialised;
> * Mid level stuff
> */
>
> -struct sound_settings dmasound = { .lock = SPIN_LOCK_UNLOCKED };
> +struct sound_settings dmasound = {
> + .lock = __SPIN_LOCK_UNLOCKED(dmasound.lock)
> +};
>
> static inline void sound_silence(void)
> {
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists