From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 2/4] sound/soc/ep93xx/ep93xx-i2s.c: add missing kfree Date: Mon, 22 Aug 2011 23:29:53 +0100 Message-ID: <20110822222953.GC30609@opensource.wolfsonmicro.com> References: <1313820761-12042-2-git-send-email-julia@diku.dk> 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 8CD962433D for ; Tue, 23 Aug 2011 00:29:55 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1313820761-12042-2-git-send-email-julia@diku.dk> 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: Julia Lawall Cc: alsa-devel@alsa-project.org, Ryan Mallon , Takashi Iwai , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, H Hartley Sweeten , Alexander Sverdlin , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Sat, Aug 20, 2011 at 08:12:39AM +0200, Julia Lawall wrote: > From: Julia Lawall > > Introduce a new label that includes kfree and jump to that one. Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Date: Mon, 22 Aug 2011 22:29:53 +0000 Subject: Re: [PATCH 2/4] sound/soc/ep93xx/ep93xx-i2s.c: add missing kfree Message-Id: <20110822222953.GC30609@opensource.wolfsonmicro.com> List-Id: References: <1313820761-12042-2-git-send-email-julia@diku.dk> In-Reply-To: <1313820761-12042-2-git-send-email-julia@diku.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: alsa-devel@alsa-project.org, Ryan Mallon , Takashi Iwai , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, H Hartley Sweeten , Alexander Sverdlin , Liam Girdwood On Sat, Aug 20, 2011 at 08:12:39AM +0200, Julia Lawall wrote: > From: Julia Lawall > > Introduce a new label that includes kfree and jump to that one. 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 S1754160Ab1HVW36 (ORCPT ); Mon, 22 Aug 2011 18:29:58 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:43324 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754139Ab1HVW34 (ORCPT ); Mon, 22 Aug 2011 18:29:56 -0400 Date: Mon, 22 Aug 2011 23:29:53 +0100 From: Mark Brown To: Julia Lawall Cc: Liam Girdwood , kernel-janitors@vger.kernel.org, Jaroslav Kysela , Takashi Iwai , Alexander Sverdlin , Ryan Mallon , H Hartley Sweeten , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/4] sound/soc/ep93xx/ep93xx-i2s.c: add missing kfree Message-ID: <20110822222953.GC30609@opensource.wolfsonmicro.com> References: <1313820761-12042-2-git-send-email-julia@diku.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1313820761-12042-2-git-send-email-julia@diku.dk> X-Cookie: You will be run over by a beer truck. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 20, 2011 at 08:12:39AM +0200, Julia Lawall wrote: > From: Julia Lawall > > Introduce a new label that includes kfree and jump to that one. Applied, thanks.