From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Date: Mon, 22 Aug 2011 22:35:36 +0000 Subject: Re: [PATCH] sound/soc/mxs/mxs-saif.c: add missing kfree Message-Id: <20110822223535.GD29473@opensource.wolfsonmicro.com> List-Id: References: <1313820761-12042-3-git-send-email-julia@diku.dk> <20110820134439.GA2266@pengutronix.de> <65EE16ACC360FA4D99C96DC085B3F7722212DF@039-SN1MPN1-001.039d.mgd.msft.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: "alsa-devel@alsa-project.org" , Takashi Iwai , "linux-kernel@vger.kernel.org" , "kernel-janitors@vger.kernel.org" , Wolfram Sang , Dong Aisheng-B29396 , Liam Girdwood On Sun, Aug 21, 2011 at 01:18:45PM +0200, Julia Lawall wrote: > From: Julia Lawall > > Move the test on pdev->id before the kzalloc to avoid requiring kfree when > the test fails. This fix was suggested by Wolfram Sang. > Applied, thanks.