From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Girdwood Subject: Re: [PATCH 0/8] ASoC: fix resource leak in error paths Date: Thu, 25 Nov 2010 10:47:47 +0000 Message-ID: <1290682067.3302.14.camel@odin> References: <1290668785.30158.7.camel@mola> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ey0-f179.google.com (mail-ey0-f179.google.com [209.85.215.179]) by alsa0.perex.cz (Postfix) with ESMTP id AB474103C13 for ; Thu, 25 Nov 2010 11:47:50 +0100 (CET) Received: by eyg24 with SMTP id 24so355298eyg.38 for ; Thu, 25 Nov 2010 02:47:50 -0800 (PST) In-Reply-To: <1290668785.30158.7.camel@mola> 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, Hauer , Jaswinder Singh Brar , Sergey Lapin , Mark Brown , Sedji@alsa-project.org, linux-kernel , Sascha@alsa-project.org, Gaouaou , Mika Westerberg , Jon@alsa-project.org List-Id: alsa-devel@alsa-project.org On Thu, 2010-11-25 at 15:06 +0800, Axel Lin wrote: > This serial of patches fix resource leak in error paths. > > Axel Lin (8): > ASoC: efika-audio-fabric: fix resource leak in efika_fabric_init > error path > ASoC: pcm030-audio-fabric: fix resource leak in pcm030_fabric_init > error path > ASoC: snd-soc-afeb9260: remove unneeded platform_device_del in error > path > ASoC: sam9g20_wm8731: fix resource leak in at91sam9g20ek_init error > path > ASoC: smdk_wm9713: fix resource leak in smdk_init error path > ASoC: simone: fix resource leak in simone_init error path > ASoC: imx-ssi: fix resource leak > ASoC: phycore-ac97: fix resource leak > > sound/soc/atmel/sam9g20_wm8731.c | 5 ++++- > sound/soc/atmel/snd-soc-afeb9260.c | 1 - > sound/soc/ep93xx/simone.c | 18 ++++++++++-------- > sound/soc/fsl/efika-audio-fabric.c | 1 + > sound/soc/fsl/pcm030-audio-fabric.c | 1 + > sound/soc/imx/imx-ssi.c | 15 +++++++++++---- > sound/soc/imx/phycore-ac97.c | 28 +++++++++++++++++++++------- > sound/soc/samsung/smdk_wm9713.c | 17 ++++++++++------- > 8 files changed, 58 insertions(+), 28 deletions(-) > All Acked-by: Liam Girdwood -- Freelance Developer, SlimLogic Ltd ASoC and Voltage Regulator Maintainer. http://www.slimlogic.co.uk From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752505Ab0KYKrw (ORCPT ); Thu, 25 Nov 2010 05:47:52 -0500 Received: from mail-ww0-f44.google.com ([74.125.82.44]:53676 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752029Ab0KYKrv (ORCPT ); Thu, 25 Nov 2010 05:47:51 -0500 Subject: Re: [PATCH 0/8] ASoC: fix resource leak in error paths From: Liam Girdwood To: Axel Lin Cc: linux-kernel , Mark Brown , alsa-devel@alsa-project.org, Jon Smirl , Sergey Lapin , Sedji Gaouaou , Jaswinder Singh Brar , Mika Westerberg , Sascha Hauer In-Reply-To: <1290668785.30158.7.camel@mola> References: <1290668785.30158.7.camel@mola> Content-Type: text/plain; charset="UTF-8" Date: Thu, 25 Nov 2010 10:47:47 +0000 Message-ID: <1290682067.3302.14.camel@odin> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2010-11-25 at 15:06 +0800, Axel Lin wrote: > This serial of patches fix resource leak in error paths. > > Axel Lin (8): > ASoC: efika-audio-fabric: fix resource leak in efika_fabric_init > error path > ASoC: pcm030-audio-fabric: fix resource leak in pcm030_fabric_init > error path > ASoC: snd-soc-afeb9260: remove unneeded platform_device_del in error > path > ASoC: sam9g20_wm8731: fix resource leak in at91sam9g20ek_init error > path > ASoC: smdk_wm9713: fix resource leak in smdk_init error path > ASoC: simone: fix resource leak in simone_init error path > ASoC: imx-ssi: fix resource leak > ASoC: phycore-ac97: fix resource leak > > sound/soc/atmel/sam9g20_wm8731.c | 5 ++++- > sound/soc/atmel/snd-soc-afeb9260.c | 1 - > sound/soc/ep93xx/simone.c | 18 ++++++++++-------- > sound/soc/fsl/efika-audio-fabric.c | 1 + > sound/soc/fsl/pcm030-audio-fabric.c | 1 + > sound/soc/imx/imx-ssi.c | 15 +++++++++++---- > sound/soc/imx/phycore-ac97.c | 28 +++++++++++++++++++++------- > sound/soc/samsung/smdk_wm9713.c | 17 ++++++++++------- > 8 files changed, 58 insertions(+), 28 deletions(-) > All Acked-by: Liam Girdwood -- Freelance Developer, SlimLogic Ltd ASoC and Voltage Regulator Maintainer. http://www.slimlogic.co.uk