From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 2/2 RESEND] ASoC: Fix resource reclaim for osk5912 Date: Thu, 25 Nov 2010 21:47:20 +0000 Message-ID: <20101125214718.GA26792@opensource.wolfsonmicro.com> References: <1290608641.2235.5.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id A0280103C6F for ; Thu, 25 Nov 2010 22:47:11 +0100 (CET) Content-Disposition: inline In-Reply-To: <1290608641.2235.5.camel@phoenix> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Axel Lin Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Charulatha , linux-omap@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Wed, Nov 24, 2010 at 10:24:01PM +0800, Axel Lin wrote: > In current implementation, there are resources leak in the error path. > This patch properly reclaims the allocated resources in the error path. > > Also adds a missing clk_put in osk_soc_exit. > > Signed-off-by: Axel Lin > Acked-by: Jarkko Nikula Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752788Ab0KYVrN (ORCPT ); Thu, 25 Nov 2010 16:47:13 -0500 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:60917 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752721Ab0KYVrM (ORCPT ); Thu, 25 Nov 2010 16:47:12 -0500 Date: Thu, 25 Nov 2010 21:47:20 +0000 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Charulatha , Jarkko Nikula , Liam Girdwood , linux-omap@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH 2/2 RESEND] ASoC: Fix resource reclaim for osk5912 Message-ID: <20101125214718.GA26792@opensource.wolfsonmicro.com> References: <1290608641.2235.5.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1290608641.2235.5.camel@phoenix> X-Cookie: Bridge ahead. Pay troll. User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 24, 2010 at 10:24:01PM +0800, Axel Lin wrote: > In current implementation, there are resources leak in the error path. > This patch properly reclaims the allocated resources in the error path. > > Also adds a missing clk_put in osk_soc_exit. > > Signed-off-by: Axel Lin > Acked-by: Jarkko Nikula Applied, thanks.