Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754140AbYJAIOF (ORCPT ); Wed, 1 Oct 2008 04:14:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752378AbYJAINu (ORCPT ); Wed, 1 Oct 2008 04:13:50 -0400 Received: from ns2.suse.de ([195.135.220.15]:41655 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752239AbYJAINt (ORCPT ); Wed, 1 Oct 2008 04:13:49 -0400 Date: Wed, 01 Oct 2008 10:13:47 +0200 Message-ID: From: Takashi Iwai To: Ingo Molnar Cc: Steven Noonan , linux-kernel@vger.kernel.org Subject: Re: [PATCH -tip] pcm_native: label out defined but not used In-Reply-To: <20081001075921.GA25832@elte.hu> References: <1222847847-7127-1-git-send-email-steven@uplinklabs.net> <20081001075921.GA25832@elte.hu> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.2 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1122 Lines: 41 At Wed, 1 Oct 2008 09:59:21 +0200, Ingo Molnar wrote: > > > (Cc:-ed Taskashi for this ALSA cleanup patch.) This label is used when the debug option is enabled. So, don't apply this. thanks, Takashi > * Steven Noonan wrote: > > > Signed-off-by: Steven Noonan > > --- > > sound/core/pcm_native.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c > > index c487025..3953bf6 100644 > > --- a/sound/core/pcm_native.c > > +++ b/sound/core/pcm_native.c > > @@ -3252,7 +3252,7 @@ static int snd_pcm_fasync(int fd, struct file * file, int on) > > runtime = substream->runtime; > > > > err = fasync_helper(fd, file, on, &runtime->fasync); > > -out: > > + > > unlock_kernel(); > > if (err < 0) > > return err; > > -- > > 1.6.0.2 > -- 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/