From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] sound/soc: keep pointer to resource so it can be freed Date: Sat, 22 Oct 2011 10:47:08 +0100 Message-ID: <20111022094708.GB3382@opensource.wolfsonmicro.com> References: <1318950399-17201-1-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 opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 1B866103819 for ; Sat, 22 Oct 2011 11:47:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1318950399-17201-1-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, Takashi Iwai , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, Oct 18, 2011 at 05:06:39PM +0200, Julia Lawall wrote: > From: Julia Lawall > > Add a new variable for storing resources accessed subsequent to the one > accessed using request_mem_region, so the one accessed using > request_mem_region can be released if needed. Applied, thanks. Please try to match your subject lines with those normally used for the subsystem. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Date: Sat, 22 Oct 2011 09:47:08 +0000 Subject: Re: [PATCH] sound/soc: keep pointer to resource so it can be freed Message-Id: <20111022094708.GB3382@opensource.wolfsonmicro.com> List-Id: References: <1318950399-17201-1-git-send-email-julia@diku.dk> In-Reply-To: <1318950399-17201-1-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, Takashi Iwai , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Liam Girdwood On Tue, Oct 18, 2011 at 05:06:39PM +0200, Julia Lawall wrote: > From: Julia Lawall > > Add a new variable for storing resources accessed subsequent to the one > accessed using request_mem_region, so the one accessed using > request_mem_region can be released if needed. Applied, thanks. Please try to match your subject lines with those normally used for the subsystem. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753757Ab1JVJrM (ORCPT ); Sat, 22 Oct 2011 05:47:12 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:58303 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751853Ab1JVJrL (ORCPT ); Sat, 22 Oct 2011 05:47:11 -0400 Date: Sat, 22 Oct 2011 10:47:08 +0100 From: Mark Brown To: Julia Lawall Cc: Liam Girdwood , kernel-janitors@vger.kernel.org, Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sound/soc: keep pointer to resource so it can be freed Message-ID: <20111022094708.GB3382@opensource.wolfsonmicro.com> References: <1318950399-17201-1-git-send-email-julia@diku.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1318950399-17201-1-git-send-email-julia@diku.dk> X-Cookie: You are standing on my toes. 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 Tue, Oct 18, 2011 at 05:06:39PM +0200, Julia Lawall wrote: > From: Julia Lawall > > Add a new variable for storing resources accessed subsequent to the one > accessed using request_mem_region, so the one accessed using > request_mem_region can be released if needed. Applied, thanks. Please try to match your subject lines with those normally used for the subsystem.