Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753805AbYJAINJ (ORCPT ); Wed, 1 Oct 2008 04:13:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751640AbYJAIMz (ORCPT ); Wed, 1 Oct 2008 04:12:55 -0400 Received: from wa-out-1112.google.com ([209.85.146.177]:62094 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751114AbYJAIMy (ORCPT ); Wed, 1 Oct 2008 04:12:54 -0400 From: Steven Noonan To: linux-kernel@vger.kernel.org Cc: mingo@elte.hu, tiwai@suse.de, Steven Noonan Subject: [PATCH -tip] pcm_native: label out defined but not used Date: Wed, 1 Oct 2008 01:12:50 -0700 Message-Id: <1222848770-10751-1-git-send-email-steven@uplinklabs.net> X-Mailer: git-send-email 1.6.0.2 In-Reply-To: <20081001075921.GA25832@elte.hu> References: <20081001075921.GA25832@elte.hu> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 26 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/