From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: Fix resource leak if soc_register_ac97_dai_link failed Date: Tue, 7 Dec 2010 15:26:50 +0000 Message-ID: <20101207152650.GE9689@rakim.wolfsonmicro.main> References: <1291726590.2760.3.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 B610824371 for ; Tue, 7 Dec 2010 16:26:51 +0100 (CET) Content-Disposition: inline In-Reply-To: <1291726590.2760.3.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, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Dec 07, 2010 at 08:56:30PM +0800, Axel Lin wrote: > Properly free the resources in the case of soc_register_ac97_dai_link failure. > > Signed-off-by: Axel Lin 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 S1754725Ab0LGP0x (ORCPT ); Tue, 7 Dec 2010 10:26:53 -0500 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:32890 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754058Ab0LGP0w (ORCPT ); Tue, 7 Dec 2010 10:26:52 -0500 Date: Tue, 7 Dec 2010 15:26:50 +0000 From: Mark Brown To: Axel Lin Cc: linux-kernel@vger.kernel.org, Liam Girdwood , alsa-devel@alsa-project.org Subject: Re: [PATCH] ASoC: Fix resource leak if soc_register_ac97_dai_link failed Message-ID: <20101207152650.GE9689@rakim.wolfsonmicro.main> References: <1291726590.2760.3.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1291726590.2760.3.camel@phoenix> X-Cookie: E Pluribus Unix 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 Tue, Dec 07, 2010 at 08:56:30PM +0800, Axel Lin wrote: > Properly free the resources in the case of soc_register_ac97_dai_link failure. > > Signed-off-by: Axel Lin Applied, thanks.