From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Date: Wed, 05 Sep 2012 23:43:41 +0000 Subject: Re: [PATCH 1/4] drivers/spi/spi-sh-hspi.c: drop frees of devm_ alloc'd data Message-Id: <20120905234340.GH10580@opensource.wolfsonmicro.com> List-Id: References: <1346517191-8794-1-git-send-email-Julia.Lawall@lip6.fr> <1346517191-8794-2-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1346517191-8794-2-git-send-email-Julia.Lawall-L2FTfq7BK8M@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Sat, Sep 01, 2012 at 06:33:08PM +0200, Julia Lawall wrote: > From: Julia Lawall > > devm free functions should not have to be explicitly used. Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/4] drivers/spi/spi-sh-hspi.c: drop frees of devm_ alloc'd data Date: Thu, 6 Sep 2012 07:43:41 +0800 Message-ID: <20120905234340.GH10580@opensource.wolfsonmicro.com> References: <1346517191-8794-1-git-send-email-Julia.Lawall@lip6.fr> <1346517191-8794-2-git-send-email-Julia.Lawall@lip6.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Julia Lawall Return-path: Content-Disposition: inline In-Reply-To: <1346517191-8794-2-git-send-email-Julia.Lawall-L2FTfq7BK8M@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spi-devel-general-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-spi.vger.kernel.org On Sat, Sep 01, 2012 at 06:33:08PM +0200, Julia Lawall wrote: > From: Julia Lawall > > devm free functions should not have to be explicitly used. Applied, thanks. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759941Ab2IEXnr (ORCPT ); Wed, 5 Sep 2012 19:43:47 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:42938 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754774Ab2IEXnq (ORCPT ); Wed, 5 Sep 2012 19:43:46 -0400 Date: Thu, 6 Sep 2012 07:43:41 +0800 From: Mark Brown To: Julia Lawall Cc: Grant Likely , kernel-janitors@vger.kernel.org, spi-devel-general@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] drivers/spi/spi-sh-hspi.c: drop frees of devm_ alloc'd data Message-ID: <20120905234340.GH10580@opensource.wolfsonmicro.com> References: <1346517191-8794-1-git-send-email-Julia.Lawall@lip6.fr> <1346517191-8794-2-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1346517191-8794-2-git-send-email-Julia.Lawall@lip6.fr> X-Cookie: Bridge ahead. Pay troll. 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, Sep 01, 2012 at 06:33:08PM +0200, Julia Lawall wrote: > From: Julia Lawall > > devm free functions should not have to be explicitly used. Applied, thanks.