From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Sun, 11 Mar 2012 10:04:51 +0000 Subject: Re: [PATCH] drivers/ata/pata_mpc52xx.c: add missing kfree Message-Id: <4F5C78C3.1070208@mvista.com> List-Id: References: <1331402199-8000-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1331402199-8000-1-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: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jeff Garzik Hello. On 10-03-2012 21:56, Julia Lawall wrote: > From: Julia Lawall > There is no need to call the devm cleanup functions on failure of a probe > or remove function. This doesn't correlate with the subject. > Signed-off-by: Julia Lawall WBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH] drivers/ata/pata_mpc52xx.c: add missing kfree Date: Sun, 11 Mar 2012 14:04:51 +0400 Message-ID: <4F5C78C3.1070208@mvista.com> References: <1331402199-8000-1-git-send-email-Julia.Lawall@lip6.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1331402199-8000-1-git-send-email-Julia.Lawall-L2FTfq7BK8M@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Julia Lawall Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jeff Garzik List-Id: linux-ide@vger.kernel.org Hello. On 10-03-2012 21:56, Julia Lawall wrote: > From: Julia Lawall > There is no need to call the devm cleanup functions on failure of a probe > or remove function. This doesn't correlate with the subject. > Signed-off-by: Julia Lawall WBR, Sergei From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752499Ab2CKKGW (ORCPT ); Sun, 11 Mar 2012 06:06:22 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:35414 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752195Ab2CKKGT (ORCPT ); Sun, 11 Mar 2012 06:06:19 -0400 Message-ID: <4F5C78C3.1070208@mvista.com> Date: Sun, 11 Mar 2012 14:04:51 +0400 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Julia Lawall CC: Jeff Garzik , kernel-janitors@vger.kernel.org, Grant Likely , Rob Herring , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Subject: Re: [PATCH] drivers/ata/pata_mpc52xx.c: add missing kfree References: <1331402199-8000-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1331402199-8000-1-git-send-email-Julia.Lawall@lip6.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 10-03-2012 21:56, Julia Lawall wrote: > From: Julia Lawall > There is no need to call the devm cleanup functions on failure of a probe > or remove function. This doesn't correlate with the subject. > Signed-off-by: Julia Lawall WBR, Sergei