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.